Skip to content

TrackStartedTrackInteractiveOverlayEventArgs

Namespace: ThinkGeo.Core

Provides data for the TrackStarted. event.

public class TrackStartedTrackInteractiveOverlayEventArgs : System.EventArgs

Inheritance ObjectEventArgsTrackStartedTrackInteractiveOverlayEventArgs

Properties

StartedVertex

Gets or sets the started vertex when tracking shape action is started.

public Vertex StartedVertex { get; set; }

Property Value

Vertex

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.