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