TrackEndedTrackInteractiveOverlayEventArgs¶
Namespace: ThinkGeo.Core
This is the default constructor of this parameter.
public class TrackEndedTrackInteractiveOverlayEventArgs : System.EventArgs
Inheritance Object → EventArgs → TrackEndedTrackInteractiveOverlayEventArgs
Remarks:
If you use this constructor, you have to set the properties manually before use.
Properties¶
TrackShape¶
Gets or sets the tracked shape.
public BaseShape TrackShape { get; set; }
Property Value¶
Constructors¶
TrackEndedTrackInteractiveOverlayEventArgs()¶
Constructor of TrackEndedTrackInteractiveOverlayEventArgs class.
public TrackEndedTrackInteractiveOverlayEventArgs()
TrackEndedTrackInteractiveOverlayEventArgs(BaseShape)¶
Constructor of TrackEndedTrackInteractiveOverlayEventArgs class.
public TrackEndedTrackInteractiveOverlayEventArgs(BaseShape trackShape)
Parameters¶
trackShape
BaseShape
This parameter specified the tracked shape.