Skip to main content
All docs
V23.2

ASPxClientGanttStartCellEditingEventHandler<Sender> Interface

A method that handles the StartCellEditing event.

Declaration

interface ASPxClientGanttStartCellEditingEventHandler<Sender> { (source: Sender, e: ASPxClientGanttStartCellEditingEventArgs): void; }

Parameters

Name Type Description
source Sender

The event source.

e ASPxClientGanttStartCellEditingEventArgs

The event data.