ItemsViewItemInvokedEventArgs Class

Definition

Provides data for the ItemsView.ItemInvoked event.

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

Properties

InvokedItem

Gets the invoked item from the data collection.

Applies to