ItemsViewItemInvokedEventArgs 类

定义

ItemsView.ItemInvoked 事件提供数据。

public ref class ItemsViewItemInvokedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ItemsViewItemInvokedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ItemsViewItemInvokedEventArgs
Public NotInheritable Class ItemsViewItemInvokedEventArgs
继承
Object Platform::Object IInspectable ItemsViewItemInvokedEventArgs
属性

属性

InvokedItem

从数据收集中获取调用的项。

适用于