Skip to main content
All docs
V25.1
  • ASPxClientGanttTaskInsertingEventHandler<Sender> Interface

    A method that handles the TaskInserting event.

    Declaration

    interface ASPxClientGanttTaskInsertingEventHandler<Sender> { (source: Sender, e: ASPxClientGanttTaskInsertingEventArgs): void; }

    Parameters

    Name Type Description
    source Sender

    The event source.

    e ASPxClientGanttTaskInsertingEventArgs

    The event data.