Skip to main content
All docs
V23.2

constructor(cellInfo, newSelectionState) Constructor

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

Declaration

constructor(
    cellInfo: ASPxClientVerticalGridCellInfo,
    newSelectionState: ASPxClientGridSelectionState
)

Parameters

Name Type Description
cellInfo ASPxClientVerticalGridCellInfo

Information about the cell.

newSelectionState ASPxClientGridSelectionState

Lists states of the proccesed cell.

See Also