ItemsViewItemInvokedEventArgs.InvokedItem Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The item that was invoked.