Class CleanUpVirtualizedItemEventArgs
Provides data for the CleanUpVirtualizedItemEvent event.
Inherited Members
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 SourceCancel
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. |
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. |
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. |