Back to Devexpress

ASPxClientTreeViewNodeCancelEventArgs Class

aspnet-js-aspxclienttreeviewnodecanceleventargs.md

latest1.1 KB
Original Source

ASPxClientTreeViewNodeCancelEventArgs Class

Provides data for the ASPxClientTreeView.ExpandedChanging event.

Declaration

ts
declare class ASPxClientTreeViewNodeCancelEventArgs extends ASPxClientProcessingModeCancelEventArgs

Remarks

The ASPxClientTreeView.ExpandedChanging event is raised when collapsing or expanding a node on the client side.

The ASPxClientTreeViewNodeCancelEventArgs object provides the cancel property which allows the expand/collapse operation to be canceled.

ASPxClientTreeViewNodeCancelEventArgs objects with appropriate settings are automatically created and passed to the corresponding event handlers.

Inheritance

ASPxClientEventArgs ASPxClientProcessingModeEventArgs ASPxClientProcessingModeCancelEventArgs ASPxClientTreeViewNodeCancelEventArgs

See Also

ASPxClientTreeViewNodeCancelEventArgs Members