Table of Contents

Class ControlPointSelectingEditInteractiveOverlayEventArgs

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

Provides data for the ControlPointSelecting event.

public class ControlPointSelectingEditInteractiveOverlayEventArgs : EventArgs
Inheritance
ControlPointSelectingEditInteractiveOverlayEventArgs
Inherited Members

Constructors

ControlPointSelectingEditInteractiveOverlayEventArgs()

Constructor of ControlPointSelectingEditInteractiveOverlayEventArgs class.

public ControlPointSelectingEditInteractiveOverlayEventArgs()

Remarks

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

ControlPointSelectingEditInteractiveOverlayEventArgs(bool, PointShape)

Constructor of ControlPointSelectingEditInteractiveOverlayEventArgs class.

public ControlPointSelectingEditInteractiveOverlayEventArgs(bool cancel, PointShape targetPointShape)

Parameters

cancel bool

This parameter specified the cancel property.

targetPointShape PointShape

This parameter specified the target control point to be selected.

Properties

Cancel

Gets or sets the action to be canceled or not.

public bool Cancel { get; set; }

Property Value

bool

TargetPointShape

Gets or sets the target control point to be selected.

public PointShape TargetPointShape { get; set; }

Property Value

PointShape