TreeViewSelectionChangedEventArgs Class

Definition

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
Object Platform::Object IInspectable TreeViewSelectionChangedEventArgs
Attributes

Properties

AddedItems

Gets a list that contains the items that were selected.

RemovedItems

Gets a list that contains the items that were unselected.

Applies to

See also