Skip to main content
All docs
V24.2

constructor(cellInfo, newSelectionState) Constructor

In This Article

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

#Declaration

TypeScript
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