CleanUpVirtualizedItemEventArgs CleanUpVirtualizedItemEventArgs CleanUpVirtualizedItemEventArgs CleanUpVirtualizedItemEventArgs Class

Definition

Provides data for the CleanUpVirtualizedItemEvent event.

public : sealed class CleanUpVirtualizedItemEventArgs : RoutedEventArgs, ICleanUpVirtualizedItemEventArgspublic sealed class CleanUpVirtualizedItemEventArgs : RoutedEventArgs, ICleanUpVirtualizedItemEventArgsPublic NotInheritable Class CleanUpVirtualizedItemEventArgs Inherits RoutedEventArgs Implements ICleanUpVirtualizedItemEventArgs// This API is not available in Javascript.
Inheritance
CleanUpVirtualizedItemEventArgsCleanUpVirtualizedItemEventArgsCleanUpVirtualizedItemEventArgsCleanUpVirtualizedItemEventArgs
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Inherited Members

Inherited properties

Properties

Cancel Cancel Cancel Cancel

Gets or sets a value that indicates whether this item should not be revirtualized.

public : PlatForm::Boolean Cancel { get; set; }public bool Cancel { get; set; }Public ReadWrite Property Cancel As bool// This API is not available in Javascript.
Value
PlatForm::Boolean bool bool bool

true if you want to prevent revirtualization of this item; otherwise, false.

UIElement UIElement UIElement UIElement

Gets an instance of the visual element that represents the data value.

public : UIElement UIElement { get; }public UIElement UIElement { get; }Public ReadOnly Property UIElement As UIElement// This API is not available in Javascript.
Value
UIElement UIElement UIElement UIElement

The UIElement that represents the data value.

Value Value Value Value

Gets an object that represents the original data value.

public : PlatForm::Object Value { get; }public object Value { get; }Public ReadOnly Property Value As object// This API is not available in Javascript.
Value
PlatForm::Object object object object

The Object that represents the original data value.

See Also