Skip to main content

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.