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