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