Skip to main content
All docs
V23.2

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.