Class TrackEndingTrackInteractiveOverlayEventArgs
Provides data for the
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
BaseShapeThis parameter specified the shape to be tracking out.
cancel
boolThis parameter specified the cancel property.
Properties
Cancel
Gets or sets the action to be canceled or not.
public bool Cancel { get; set; }
Property Value
TrackShape
Gets or sets the shape to be tracking out.
public BaseShape TrackShape { get; set; }