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

    A method that handles the ContextMenu event.

    Declaration

    interface ASPxClientGanttContextMenuEventHandler<Sender> { (source: Sender, e: ASPxClientGanttContextMenuEventArgs): void; }

    Parameters

    Name Type Description
    source Sender

    The event source.

    e ASPxClientGanttContextMenuEventArgs

    The event data.