[]
Represents the method that will handle the BeforeDragColumn, BeforeDragRow, AfterDragColumn and AfterDragRow events.
public delegate void DragRowColEventHandler(object sender, DragRowColEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | Object that fired the event. |
| DragRowColEventArgs | e | DragRowColEventArgs object that contains the event data. |
| Name | Description |
|---|---|
| DragRowColEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, DragRowColEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, DragRowColEventArgs) |