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

TreeListClientSideEvents Members

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

Constructors

Name Description
TreeListClientSideEvents() Initializes a new instance of the TreeListClientSideEvents class. For internal use only.

Properties

Name Description
BatchEditChangesCanceling Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s ASPxClientTreeList.BatchEditChangesCanceling event.
BatchEditChangesSaving Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s ASPxClientTreeList.BatchEditChangesSaving event.
BatchEditConfirmShowing Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s ASPxClientTreeList.BatchEditConfirmShowing event.
BatchEditEndEditing Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s ASPxClientTreeList.BatchEditEndEditing event.
BatchEditNodeDeleting Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s ASPxClientTreeList.BatchEditNodeDeleting event.
BatchEditNodeInserting Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s ASPxClientTreeList.BatchEditNodeInserting event.
BatchEditNodeRecovering Gets or sets the name of the JavaScript function or the entire code which will handle a ASPxClientTreeList’s ASPxClientTreeList.BatchEditNodeRecovering event.
BatchEditNodeValidating Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s ASPxClientTreeList.BatchEditNodeValidating event.
BatchEditStartEditing Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s ASPxClientTreeList.BatchEditStartEditing event.
BatchEditTemplateCellFocused Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s ASPxClientTreeList.BatchEditTemplateCellFocused event.
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.
ColumnResized Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s ASPxClientTreeList.ColumnResized event.
ColumnResizing Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s ASPxClientTreeList.ColumnResizing event.
ContextMenu Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s ASPxClientTreeList.ContextMenu event.
CustomButtonClick Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s ASPxClientTreeList.CustomButtonClick event.
CustomDataCallback Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s ASPxClientTreeList.CustomDataCallback event.
CustomizationWindowCloseUp Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s ASPxClientTreeList.CustomizationWindowCloseUp 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.
EndDragNode Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s ASPxClientTreeList.EndDragNode event.
FocusedCellChanging Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s ASPxClientTreeList.FocusedCellChanging event.
FocusedNodeChanged Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s ASPxClientTreeList.FocusedNodeChanged 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.
NodeClick Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s ASPxClientTreeList.NodeClick event.
NodeCollapsing Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s ASPxClientTreeList.NodeCollapsing event.
NodeDblClick Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s ASPxClientTreeList.NodeDblClick event.
NodeExpanding Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s ASPxClientTreeList.NodeExpanding event.
NodeFocusing Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s NodeFocusing event.
SelectionChanged Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s ASPxClientTreeList.SelectionChanged event.
StartDragNode Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeList’s ASPxClientTreeList.StartDragNode event.
ToolbarItemClick Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientTreeList.ToolbarItemClick 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