Tracking Client API for Windows Phone
SymbolEventArgs Class
NamespacesESRI.Tracking.Connector.EventsSymbolEventArgs
Represents args for the event raised when a response to a symbol request is received.
Declaration Syntax
C#Visual BasicVisual C++
public class SymbolEventArgs : EventArgs
Public Class SymbolEventArgs _
	Inherits EventArgs
public ref class SymbolEventArgs : public EventArgs
Members
All MembersConstructorsProperties



IconMemberDescription
SymbolEventArgs(Boolean, TmsSymbol, String)
The constructor.

ErrorMessage
The error message from a failed request.

Succeeded
Indicates whether the request was successful or not.

Symbol
The symbol returned.

Inheritance Hierarchy
Object
EventArgs
 SymbolEventArgs

Assembly: ESRI.Tracking.Connector.WindowsPhone (Module: ESRI.Tracking.Connector.WindowsPhone) Version: 10.1.0.3022 (10.1.0.3022)