OnItemsControlChanged Method
Called when the ItemsControl that owns the panel changes.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected virtual void OnItemsControlChanged(
ItemsControl? oldValue
)
Protected Overridable Sub OnItemsControlChanged (
oldValue As ItemsControl
)
abstract OnItemsControlChanged :
oldValue : ItemsControl -> unit
override OnItemsControlChanged :
oldValue : ItemsControl -> unit
Parameters
- ItemsControl
- The old value of the ItemsControl property.