Preparing search index...
The search index is not available
API Documentation
API Documentation
SelectionEvents
Interface SelectionEvents<T>
Events fired by an selection instance.
interface
SelectionEvents
<
T
>
{
changed
:
CollectionChangedEvent
<
T
>
;
}
Type Parameters
T
Index
Properties
changed
Properties
changed
changed
:
CollectionChangedEvent
<
T
>
Emitted if the selection changed.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
changed
API Documentation
Loading...
Events fired by an selection instance.