SelectionChangedEventArgs Properties
Provides data for the SelectionChanged event.Name | Description |
---|---|
AddedItems | Gets the collection of newly added items. |
Item | Gets the underlying data object of the selected item. |
RemovedItems | Gets the collection of removed items. |
RowHandle | Returns the handle of the row to which the selected item belongs. |
See Also