[]
Represents the method that handles BeforeMoveTasks, AfterMoveTasks events.
public delegate void CancelTasksEventHandler(object sender, CancelTasksArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | Object that fired the event. |
| CancelTasksArgs | e | Object that contains the event data. |
| Name | Description |
|---|---|
| CancelTasksEventHandler(object, nint) |
| Name | Description |
|---|---|
| BeginInvoke(object, CancelTasksArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, CancelTasksArgs) |