constructor(cellInfo, newSelectionState) Constructor
Initializes a new instance of the ASPxClientGridViewCellSelectionChangingEventArgs class with specified settings.
Declaration
constructor(
cellInfo: ASPxClientGridViewCellInfo,
newSelectionState: ASPxClientGridSelectionState
)
Parameters
| Name | Type | Description |
|---|---|---|
| cellInfo | ASPxClientGridViewCellInfo | Information about the cell. |
| newSelectionState | ASPxClientGridSelectionState | Lists states of the proccesed cell. |
See Also