Share via


ItemsViewItemInvokedEventArgs.InvokedItem Property

Definition

Gets the invoked item from the data collection.

public:
 property Platform::Object ^ InvokedItem { Platform::Object ^ get(); };
IInspectable InvokedItem();
public object InvokedItem { get; }
var object = itemsViewItemInvokedEventArgs.invokedItem;
Public ReadOnly Property InvokedItem As Object

Property Value

Object

Platform::Object

IInspectable

The item that was invoked.

Applies to