PanelChildrenChanged Method

Called when the Children collection changes.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected virtual void ChildrenChanged(
	Object? sender,
	NotifyCollectionChangedEventArgs e
)

Parameters

sender  Object
The event sender.
e  NotifyCollectionChangedEventArgs
The event args.

See Also