[]
Raises the MouseDown event.
protected virtual void OnMouseDown(object sender, MouseEventArgs e)
Protected Overridable Sub OnMouseDown(sender As Object, e As MouseEventArgs)
| Type | Name | Description |
|---|---|---|
| object | sender | An object that indicates the event source. |
| MouseEventArgs | e | A MouseEventArgs object that contains the event data. |