Skip to main content
A newer version of this page is available. .
All docs
V20.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.