TreeViewSelectionChangedEventArgs 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供 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
- 继承
- 属性
属性
AddedItems |
获取包含选定项的列表。 |
RemovedItems |
获取包含未选定项的列表。 |