Skip to main content
All docs
V23.2

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.