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