Skip to main content
A newer version of this page is available. .
All docs
V20.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.