Skip to content

TrackEndedTrackInteractiveOverlayEventArgs

Namespace: ThinkGeo.Core

This is the default constructor of this parameter.

public class TrackEndedTrackInteractiveOverlayEventArgs : System.EventArgs

Inheritance ObjectEventArgsTrackEndedTrackInteractiveOverlayEventArgs

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

BaseShape

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.