Raises the MouseDown event.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
protected virtual void OnMouseDown( MouseArguments args ) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub OnMouseDown ( _ args As MouseArguments _ ) |
| Visual C++ |
|---|
protected: virtual void OnMouseDown( MouseArguments^ args ) |