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