Skip to main content
A newer version of this page is available. .
All docs
V21.1

ASPxClientGanttTaskInsertedEventHandler<Sender> Interface

A method that handles the TaskInserted event.

Declaration

interface ASPxClientGanttTaskInsertedEventHandler<Sender> { (source: Sender, e: ASPxClientGanttTaskInsertedEventArgs): void; }

Parameters

Name Type Description
source Sender

The event source.

e ASPxClientGanttTaskInsertedEventArgs

The event data.