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