Skip to main content

ASPxClientTreeViewNodeCancelEventArgs Class

Provides data for the ASPxClientTreeView.ExpandedChanging event.

Declaration

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.

See Also