CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Provide an event handler for the mouse down message here if you want to manipulate the mouse input to this ModelView
Namespace: CADabilityAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public event MouseFilterDelegate MouseDown |
| Visual Basic |
|---|
Public Event MouseDown As MouseFilterDelegate |
| Visual C++ |
|---|
public: event MouseFilterDelegate^ MouseDown { void add (MouseFilterDelegate^ value); void remove (MouseFilterDelegate^ value); } |