TrackStartedTrackInteractiveOverlayEventArgs¶
Namespace: ThinkGeo.Core
Provides data for the TrackStarted. event.
public class TrackStartedTrackInteractiveOverlayEventArgs : System.EventArgs
Inheritance Object → EventArgs → TrackStartedTrackInteractiveOverlayEventArgs
Properties¶
StartedVertex¶
Gets or sets the started vertex when tracking shape action is started.
public Vertex StartedVertex { get; set; }
Property Value¶
Constructors¶
TrackStartedTrackInteractiveOverlayEventArgs()¶
Constructor of TrackStartedTrackInteractiveOverlayEventArgs class.
public TrackStartedTrackInteractiveOverlayEventArgs()
Remarks:
If you use this constructor, you have to set the properties manually before use.
TrackStartedTrackInteractiveOverlayEventArgs(Vertex)¶
Constructor of TrackStartedTrackInteractiveOverlayEventArgs class.
public TrackStartedTrackInteractiveOverlayEventArgs(Vertex startedVertex)
Parameters¶
startedVertex
Vertex
This parameter specified the started vertex when tracking shape action is started.