constructor(index, isSelected) Constructor
Initializes a new instance of the ASPxClientListEditItemSelectedChangedEventArgs class with the specified settings.
Declaration
constructor(
index: number,
isSelected: boolean
)
Parameters
| Name | Type | Description |
|---|---|---|
| index | number | The item’s index. |
| isSelected | boolean |
|
See Also