Skip to main content
All docs
V24.1

ASPxClientTreeListCellSelectionChangingEventArgs Members

Contains data for the CellSelectionChanging event.

Constructors

Name Description
constructor(cellInfo, newSelectionState) Initializes a new instance of the ASPxClientTreeListCellSelectionChangingEventArgs class with specified settings.

Properties

Name Description
cancel Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs.
cellInfo Gets information about the cell whose selection was changed.
newSelectionState Gets the new selection state of the cell.
See Also