Occurs when the mouse pointer is over the element and a mouse button is pressed.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
C# |
---|
public event MouseEventHandler MouseDown |
Visual Basic (Declaration) |
---|
Public Event MouseDown As MouseEventHandler |
Visual C++ |
---|
public: event MouseEventHandler^ MouseDown { void add (MouseEventHandler^ value); void remove (MouseEventHandler^ value); } |