TreeViewSelectionChangedEventArgs 类

定义

提供 TreeView.SelectionChanged 事件的数据。

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
继承
Object Platform::Object IInspectable TreeViewSelectionChangedEventArgs
属性

属性

AddedItems

获取包含选定项的列表。

RemovedItems

获取包含未选定项的列表。

适用于

另请参阅