Skip to main content
All docs
V25.1
  • constructor(cellInfo, newSelectionState) Constructor

    Initializes a new instance of the ASPxClientTreeListCellSelectionChangingEventArgs class with specified settings.

    Declaration

    constructor(
        cellInfo: ASPxClientTreeListCellInfo,
        newSelectionState: ASPxClientTreeListSelectionState
    )

    Parameters

    Name Type Description
    cellInfo ASPxClientTreeListCellInfo

    Information about the cell.

    newSelectionState ASPxClientTreeListSelectionState

    Lists states of the proccesed cell.

    See Also