Represents a method that handles asynchronous tracking events.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
C# |
---|
public delegate void TrackDelegate( TrackingInfo info ) |
Visual Basic (Declaration) |
---|
Public Delegate Sub TrackDelegate ( _ info As TrackingInfo _ ) |
Parameters
- info
- Type: ESRI.ArcGISExplorer.Mapping..::.TrackingInfo
A TrackingInfo object containing information about the current tracking session.
Remarks
The method associated with this delegate handles feedback from an asynchronous tracking session.