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

ASPxClientGanttResourceInsertingEventHandler<Sender> Interface

A method that handles the ResourceInserting event.

Declaration

interface ASPxClientGanttResourceInsertingEventHandler<Sender> { (source: Sender, e: ASPxClientGanttResourceInsertingEventArgs): void; }

Parameters

Name Type Description
source Sender

The event source.

e ASPxClientGanttResourceInsertingEventArgs

The event data.