[]
Represents the method that will handle BeforeAddTask, BeforeEditTask, AfterEditTask events.
public delegate void CancelTaskEventHandler(object sender, CancelTaskArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | Object that fired the event. |
| CancelTaskArgs | e | Object that contains the event data. |
| Name | Description |
|---|---|
| CancelTaskEventHandler(object, nint) |
| Name | Description |
|---|---|
| BeginInvoke(object, CancelTaskArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, CancelTaskArgs) |