Skip to main content
All docs
V25.1
  • 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.