Skip to main content
All docs
V23.2

ASPxClientGanttResourceInsertedEventHandler<Sender> Interface

A method that handles the ResourceInserting event.

Declaration

interface ASPxClientGanttResourceInsertedEventHandler<Sender> { (source: Sender, e: ASPxClientGanttResourceInsertedEventArgs): void; }

Parameters

Name Type Description
source Sender

The event source.

e ASPxClientGanttResourceInsertedEventArgs

The event data.