Class ControlPointSelectingEditInteractiveOverlayEventArgs
Provides data for the
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
boolThis parameter specified the cancel property.
targetPointShape
PointShapeThis 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
TargetPointShape
Gets or sets the target control point to be selected.
public PointShape TargetPointShape { get; set; }