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

GanttClientSideEvents Members

Contains a list of the client-side events available for the ASPxGantt.

Constructors

Name Description
GanttClientSideEvents() Initializes a new instance of the object.

Properties

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.

Methods

Name Description
Assign(PropertiesBase) Copies the settings from the specified PropertiesBase object to the current object. Inherited from ClientSideEventsBase.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetClientObjectEvents(IDictionary) For internal use. Inherited from ClientSideEventsBase.
GetEventHandler(String) Returns the specified client event’s handler. Inherited from ClientSideEventsBase.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
IsEmpty() Returns a value that indicates whether no handler is assigned to the available client events. Inherited from ClientSideEventsBase.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetEventHandler(String, String) Defines a handler for the specified DevExpress client event. Inherited from ClientSideEventsBase.
ToString() Returns an empty string. Inherited from ClientSideEventsBase.
See Also