Skip to content

TrackEndedTrackInteractiveOverlayEventArgs

Namespace: ThinkGeo.UI.Android

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

This property gets or sets the tracked shape.

public BaseShape TrackShape { get; set; }

Property Value

BaseShape

Cancel

This property gets or sets the action to be canceled or not. This property has no use any more, please use the it in the TrackInteractiveOverlay.TrackEnding event.

public bool Cancel { get; set; }

Property Value

Boolean

Constructors

TrackEndedTrackInteractiveOverlayEventArgs()

This is the commonly used constructor.

public TrackEndedTrackInteractiveOverlayEventArgs()

TrackEndedTrackInteractiveOverlayEventArgs(BaseShape)

This is the commonly used constructor.

public TrackEndedTrackInteractiveOverlayEventArgs(BaseShape trackShape)

Parameters

trackShape BaseShape
This parameter specified the tracked shape.