Skip to main content
All docs
V23.2

ASPxClientGanttTaskInsertingEventHandler<Sender> Interface

A method that handles the TaskInserting event.

Declaration

interface ASPxClientGanttTaskInsertingEventHandler<Sender> { (source: Sender, e: ASPxClientGanttTaskInsertingEventArgs): void; }

Parameters

Name Type Description
source Sender

The event source.

e ASPxClientGanttTaskInsertingEventArgs

The event data.