[]
Represents the method that will handle the BeforeMouseDown event.
public delegate void BeforeMouseDownEventHandler(object sender, BeforeMouseDownEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | Object that fired the event. |
| BeforeMouseDownEventArgs | e | BeforeMouseDownEventArgs object that contains the event data. |
| Name | Description |
|---|---|
| BeforeMouseDownEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, BeforeMouseDownEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, BeforeMouseDownEventArgs) |