Skip to main content
All docs
V24.1

ASPxClientTreeListBatchEditNodeChangesCancelingEventArgs Members

Contains data for the BatchEditNodeChangesCanceling event.

Constructors

Name Description
constructor(nodeKey, nodeValues) Initializes a new instance of the ASPxClientTreeListBatchEditNodeChangesCancelingEventArgs class with specified settings.

Properties

Name Description
cancel Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs.
nodeKey Gets the node’s key.
nodeValues Gets a hash table that stores information about the processed node’s values.
See Also