Back to Devexpress

ASPxClientGanttDependencyInsertingEventHandler<Sender> Interface

aspnet-js-aspxclientganttdependencyinsertingeventhandler-1.md

latest582 B
Original Source

ASPxClientGanttDependencyInsertingEventHandler<Sender> Interface

A method that handles the DependencyInserting event.

Declaration

ts
interface ASPxClientGanttDependencyInsertingEventHandler<Sender> { (source: Sender, e: ASPxClientGanttDependencyInsertingEventArgs): void; }

Parameters

NameTypeDescription
sourceSender

The event source.

| | e | ASPxClientGanttDependencyInsertingEventArgs |

The event data.

|