TreeViewSelectionChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for the TreeView.SelectionChanged event.
public ref class TreeViewSelectionChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class TreeViewSelectionChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class TreeViewSelectionChangedEventArgs
Public NotInheritable Class TreeViewSelectionChangedEventArgs
- Inheritance
- Attributes
Properties
AddedItems |
Gets a list that contains the items that were selected. |
RemovedItems |
Gets a list that contains the items that were unselected. |