Skip to main content
All docs
V25.1
  • ASPxClientTreeListCellSelectionChangingEventArgs Members

    In This Article
    Contains data for the CellSelectionChanging event.

    #Constructors

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

    #Properties
    Show Inherited Hide Inherited

    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