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

    A method that will handle the CustomCommand event.

    Declaration

    interface ASPxClientGanttCustomCommandEventHandler<Sender> { (source: Sender, e: ASPxClientGanttCustomCommandEventArgs): void; }

    Parameters

    Name Type Description
    source Sender

    The event source.

    e ASPxClientGanttCustomCommandEventArgs

    The event data.