[]
Method used to handle drag drop events.
public delegate void DragDropEventHandler(object source, DragDropEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | source | Object that raised the event. |
| DragDropEventArgs | e | DragDropEventArgs that contains the event data. |
| Name | Description |
|---|---|
| DragDropEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, DragDropEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, DragDropEventArgs) |