Skip to main content
A newer version of this page is available. .

GanttClientSideEvents Properties

Contains a list of the client-side events available for the ASPxGantt.
Name Description
BeginCallback Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client BeginCallback event. Inherited from CallbackClientSideEventsBase.
CallbackError Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client CallbackError event. Inherited from CallbackClientSideEventsBase.
ContextMenu Specifies the name of the JavaScript function or code that handles the client-side ASPxClientGantt.ContextMenu event.
ContextMenuCustomization Specifies the name of the JavaScript function or code that handles the client-side ASPxClientGantt.ContextMenuCustomization event.
CustomCommand Specifies the name of the JavaScript function or code that handles the client-side ASPxClientGantt.CustomCommand event.
DependencyDeleted Specifies the name of the JavaScript function or code that handles the client-side ASPxClientGantt.DependencyDeleted event.
DependencyDeleting Specifies the name of the JavaScript function or code that handles the client-side ASPxClientGantt.DependencyDeleting event.
DependencyInserted Specifies the name of the JavaScript function or code that handles the client-side ASPxClientGantt.DependencyInserted event.
DependencyInserting Specifies the name of the JavaScript function or code that handles the client-side ASPxClientGantt.DependencyInserting event.
EndCallback Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client EndCallback event. Inherited from CallbackClientSideEventsBase.
EndCellEditing Specifies the name of the JavaScript function or code that handles the client-side ASPxClientGantt.EndCellEditing event.
FocusedTaskChanged Specifies the name of the JavaScript function or code that handles the client-side ASPxClientGantt.FocusedTaskChanged event.
FocusedTaskChanging Specifies the name of the JavaScript function or code that handles the client-side ASPxClientGantt.FocusedTaskChanging event.
Init Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. Inherited from ClientSideEvents.
ResourceAssigned Specifies the name of the JavaScript function or code that handles the client-side ASPxClientGantt.ResourceAssigned event.
ResourceAssigning Specifies the name of the JavaScript function or code that handles the client-side ASPxClientGantt.ResourceAssigning event.
ResourceDeleted Specifies the name of the JavaScript function or code that handles the client-side ASPxClientGantt.ResourceDeleted event.
ResourceDeleting Specifies the name of the JavaScript function or code that handles the client-side ASPxClientGantt.ResourceDeleting event.
ResourceInserted Specifies the name of the JavaScript function or code that handles the client-side ASPxClientGantt.ResourceInserted event.
ResourceInserting Specifies the name of the JavaScript function or code that handles the client-side ASPxClientGantt.ResourceInserting event.
ResourceUnassigned Specifies the name of the JavaScript function or code that handles the client-side ASPxClientGantt.ResourceUnassigned event.
ResourceUnassigning Specifies the name of the JavaScript function or code that handles the client-side ASPxClientGantt.ResourceUnassigning event.
StartCellEditing Specifies the name of the JavaScript function or code that handles the client-side ASPxClientGantt.StartCellEditing event.
TaskClick Specifies the name of the JavaScript function or code that handles the client-side ASPxClientGantt.TaskClick event.
TaskDblClick Specifies the name of the JavaScript function or code that handles the client-side ASPxClientGantt.TaskDblClick event.
TaskDeleted Specifies the name of the JavaScript function or code that handles the client-side ASPxClientGantt.TaskDeleted event.
TaskDeleting Specifies the name of the JavaScript function or code that handles the client-side ASPxClientGantt.TaskDeleting event.
TaskEditDialogShowing Specifies the name of the JavaScript function or code that handles the client-side ASPxClientGantt.TaskEditDialogShowing event.
TaskInserted Specifies the name of the JavaScript function or code that handles the client-side ASPxClientGantt.TaskInserted event.
TaskInserting Specifies the name of the JavaScript function or code that handles the client-side ASPxClientGantt.TaskInserting event.
TaskMoving Specifies the name of the JavaScript function or code that handles the client-side ASPxClientGantt.TaskMoving event.
TaskUpdated Specifies the name of the JavaScript function or the code that handles the client-side ASPxClientGantt.TaskUpdated event.
TaskUpdating Specifies the name of the JavaScript function or the code that handles the client-side ASPxClientGantt.TaskUpdating event.
TooltipShowing Specifies the name of the JavaScript function or code that handles the client-side TooltipShowing event.
See Also