CleanUpVirtualizedItemEventArgs.Value Property

Definition

Gets an Object that represents the original data value.

public:
 property System::Object ^ Value { System::Object ^ get(); };
public object Value { get; }
member this.Value : obj
Public ReadOnly Property Value As Object

Property Value

The Object that represents the original data value.

Remarks

If Value is a visual element, its property value will be the same as UIElement.

Applies to