Called when the end user clicks with the mouse's button over the control
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
protected override void OnMouseClick(
MouseEventArgs e
) |
Visual Basic |
---|
Protected Overrides Sub OnMouseClick (
e As MouseEventArgs
) |
Visual C++ |
---|
protected:
virtual void OnMouseClick(
MouseEventArgs^ e
) override |
F# |
---|
abstract OnMouseClick :
e : MouseEventArgs -> unit
override OnMouseClick :
e : MouseEventArgs -> unit |
Parameters
- e
- Type: System.Windows.Forms..::..MouseEventArgs
An MouseEventArgs that contains the event data.
See Also