Skip to main content
All docs
V23.2

ASPxClientGanttTaskEditDialogShowingEventHandler<Sender> Interface

A method that handles the TaskEditDialogShowing event.

Declaration

interface ASPxClientGanttTaskEditDialogShowingEventHandler<Sender> { (source: Sender, e: ASPxClientGanttTaskEditDialogShowingEventArgs): void; }

Parameters

Name Type Description
source Sender

The event source.

e ASPxClientGanttTaskEditDialogShowingEventArgs

The event data.