VirtualizingPanelOnItemsControlChanged Method

Called when the ItemsControl that owns the panel changes.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected virtual void OnItemsControlChanged(
	ItemsControl? oldValue
)

Parameters

oldValue  ItemsControl
The old value of the ItemsControl property.

See Also