Skip to main content
All docs
V23.2

ASPxClientGanttDependencyDeletedEventHandler<Sender> Interface

A method that handles the DependencyDeleted event.

Declaration

interface ASPxClientGanttDependencyDeletedEventHandler<Sender> { (source: Sender, e: ASPxClientGanttDependencyDeletedEventArgs): void; }

Parameters

Name Type Description
source Sender

The event source.

e ASPxClientGanttDependencyDeletedEventArgs

The event data.