Represents a method that handles asynchronous tracking events.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

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.

See Also

[O:ESRI.ArcGISExplorer.Mapping.MapDisplay.TrackPoint]
[O:ESRI.ArcGISExplorer.Mapping.MapDisplay.TrackPolyline]
[O:ESRI.ArcGISExplorer.Mapping.MapDisplay.TrackPolygon]
[O:ESRI.ArcGISExplorer.Mapping.MapDisplay.TrackVector]
[O:ESRI.ArcGISExplorer.Mapping.MapDisplay.BeginTrackPolyline]
[O:ESRI.ArcGISExplorer.Mapping.MapDisplay.BeginTrackPolygon]
[O:ESRI.ArcGISExplorer.Mapping.MapDisplay.BeginTrackVector]