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