CleanUpVirtualizedItemEventArgs.Value Property

Definition

Gets an object that represents the original data value.

public:
 property Platform::Object ^ Value { Platform::Object ^ get(); };
IInspectable Value();
public object Value { get; }
var object = cleanUpVirtualizedItemEventArgs.value;
Public ReadOnly Property Value As Object

Property Value

Object

Platform::Object

IInspectable

The Object that represents the original data value.

Applies to