New to Kendo UI for Vue? Start a free 30-day trial
GridSelectionChangeEvent
Represents the object of the onSelectionChange
event.
dataItem
any
The data item which was selected or deselected by the user.
event?
any
A specific native DOM event which is fetched by Vue.
target?
An event target.