CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Provide a method here to react on the user selecting a different curve
Namespace: CADability.ActionsAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public event ConstructAction..::..CurveInput..::..CurveSelectionChangedDelegate CurveSelectionChangedEvent |
| Visual Basic |
|---|
Public Event CurveSelectionChangedEvent As ConstructAction..::..CurveInput..::..CurveSelectionChangedDelegate |
| Visual C++ |
|---|
public: event ConstructAction..::..CurveInput..::..CurveSelectionChangedDelegate^ CurveSelectionChangedEvent { void add (ConstructAction..::..CurveInput..::..CurveSelectionChangedDelegate^ value); void remove (ConstructAction..::..CurveInput..::..CurveSelectionChangedDelegate^ value); } |