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