Table of Contents

Class TrackEndingTrackInteractiveOverlayEventArgs

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

Provides data for the TrackEnding. event.

public class TrackEndingTrackInteractiveOverlayEventArgs : EventArgs
Inheritance
TrackEndingTrackInteractiveOverlayEventArgs
Inherited Members

Constructors

TrackEndingTrackInteractiveOverlayEventArgs()

Constructor of TrackEndingTrackInteractiveOverlayEventArgs class.

public TrackEndingTrackInteractiveOverlayEventArgs()

Remarks

If you use this constructor, you have to set the properties manually before use.

TrackEndingTrackInteractiveOverlayEventArgs(BaseShape, bool)

Constructor of TrackEndingTrackInteractiveOverlayEventArgs class.

public TrackEndingTrackInteractiveOverlayEventArgs(BaseShape shape, bool cancel)

Parameters

shape BaseShape

This parameter specified the shape to be tracking out.

cancel bool

This parameter specified the cancel property.

Properties

Cancel

Gets or sets the action to be canceled or not.

public bool Cancel { get; set; }

Property Value

bool

TrackShape

Gets or sets the shape to be tracking out.

public BaseShape TrackShape { get; set; }

Property Value

BaseShape