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 | Notify |
The event args. |
Return Value
Type | Description |
---|---|
void |