Show / Hide Table of Contents

Class CleanUpVirtualizedItemEventArgs

Provides data for the CleanUpVirtualizedItemEvent event.

Inheritance
System.Object
System.EventArgs
RoutedEventArgs
CleanUpVirtualizedItemEventArgs
Inherited Members
RoutedEventArgs.OriginalSource
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
public class CleanUpVirtualizedItemEventArgs : RoutedEventArgs

Properties

| Improve this Doc View Source

Cancel

Gets or sets a value that indicates whether this item should not be re-virtualized.

Declaration
public bool Cancel { get; set; }
Property Value
Type Description
System.Boolean

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

| Improve this Doc View Source

UIElement

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

Declaration
public UIElement UIElement { get; }
Property Value
Type Description
UIElement

The UIElement that represents the data value.

| Improve this Doc View Source

Value

Gets an System.Object that represents the original data value.

Declaration
public object Value { get; }
Property Value
Type Description
System.Object

The System.Object that represents the original data value.

  • Improve this Doc
  • View Source