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