Panel.

ChildrenChanged(object, NotifyCollectionChangedEventArgs) Method

Summary

Called when the Children collection changes.
Namespace
Avalonia.Controls
Containing Type
Panel

Syntax

protected virtual void ChildrenChanged(object sender, NotifyCollectionChangedEventArgs e)

Parameters

Name Type Description
sender object The event sender.
e NotifyCollectionChangedEventArgs The event args.

Return Value

Type Description
void