ASPxClientGanttTaskInsertingEventHandler<Sender> Interface
A method that handles the TaskInserting event.
Declaration
interface ASPxClientGanttTaskInsertingEventHandler<Sender> { (source: Sender, e: ASPxClientGanttTaskInsertingEventArgs): void; }
Parameters
| Name | Type | Description |
|---|---|---|
| source | Sender | The event source. |
| e | ASPxClientGanttTaskInsertingEventArgs | The event data. |