EventName
Description
An EventName represents a type of event. The EventListenerCollection will use these EventName to register handlers on them.
Properties
|
Element |
Type |
Description |
|---|---|---|
|
“columnChanged” |
string |
The event raised when the properties of a column have changed. |
|
“filterChanged” |
string |
The event raised when the filtering has changed. |
|
“groupChanged” |
string |
The event raised when the grouping has changed. |
|
“selectionChanged” |
string |
The event raised when the selection has changed. |
|
“sortChanging” |
string |
The event raised when the sorting is changing. |
|
“sortChanged” |
string |
The event raised when the sorting has changed. |