Skip to main content
A newer version of this page is available. .
All docs
V20.2

ASPxClientGanttDependencyInsertingEventArgs Class

Contains data for the DependencyInserting event.

Declaration

declare class ASPxClientGanttDependencyInsertingEventArgs extends ASPxClientCancelEventArgs

Remarks

<dx:ASPxGantt ID="Gantt" >
    <ClientSideEvents DependencyInserting="onGanttDependencyInserting" ... />
</dx:ASPxGantt>

Run Demo

Concepts

Inheritance

ASPxClientEventArgs
ASPxClientCancelEventArgs
ASPxClientGanttDependencyInsertingEventArgs
See Also