SelectionChangedEventArgs Class |
Namespace: Windows.UI.Xaml.Controls
public class SelectionChangedEventArgs : RoutedEventArgs
The SelectionChangedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
SelectionChangedEventArgs |
Initializes a new instance of the SelectionChangedEventArgs class.
| |
SelectionChangedEventArgs(IListObject, IListObject) |
Initializes a new instance of the SelectionChangedEventArgs class with the specified removed and added items.
|
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
AddedItems |
Gets a list that contains the items that were selected.
| |
OriginalSource |
Gets a reference to the object that raised the event.
(Inherited from RoutedEventArgs.) | |
RemovedItems |
Gets a list that contains the items that were unselected.
|