CleanUpVirtualizedItemEventArgs.Value 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 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
The Object that represents the original data value.