public final class ItemSelectionChangedEventArgs<T> extends ItemEventArgs<T>
ItemSelectionChanged
event.EMPTY| Constructor and Description |
|---|
ItemSelectionChangedEventArgs(T item,
boolean selected)
Initializes a new event argument instance for the given item and its selection state.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isItemSelected()
Gets a value indicating whether the item is selected after the change.
|
getItempublic ItemSelectionChangedEventArgs(T item, boolean selected)
item - The item whose selection state has changed.selected - The value indicating whether the item is selected after the change.