Delegate ConstructAction.CurveInput.CurveSelectionChangedDelegate
Delegate definition for CurveSelectionChangedEvent
Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public delegate void CurveSelectionChangedDelegate(ConstructAction.CurveInput sender, ICurve SelectedCurve);
Parameters
| Type | Name | Description |
|---|---|---|
| ConstructAction.CurveInput | sender | this object |
| ICurve | SelectedCurve | the usere selected curve |