ChoosingItemContainerEventArgs.Item Property

Definition

Gets the data item associated with this ItemContainer.

public:
 property Platform::Object ^ Item { Platform::Object ^ get(); };
IInspectable Item();
public object Item { get; }
var object = choosingItemContainerEventArgs.item;
Public ReadOnly Property Item As Object

Property Value

Object

Platform::Object

IInspectable

The data item associated with this ItemContainer.

Applies to