CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Will be called when the user wants to modify the controlled GeoPoint by mouse input
and "autoModifyWithMouse" was not set true in the constructor.
Namespace: CADability.UserInterfaceAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public event ModifyWithMouseDelegate ModifyWithMouseEvent |
| Visual Basic |
|---|
Public Event ModifyWithMouseEvent As ModifyWithMouseDelegate |
| Visual C++ |
|---|
public: event ModifyWithMouseDelegate^ ModifyWithMouseEvent { void add (ModifyWithMouseDelegate^ value); void remove (ModifyWithMouseDelegate^ value); } |