Skip to main content
A newer version of this page is available. .

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.