Skip to main content
A newer version of this page is available. .
All docs
V21.1

ASPxClientGanttDependencyInsertingEventHandler<Sender> Interface

A method that handles the DependencyInserting event.

Declaration

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

Parameters

Name Type Description
source Sender

The event source.

e ASPxClientGanttDependencyInsertingEventArgs

The event data.