Summary
Called when the
INotifyCollectionChanged.CollectionChanged
event is
raised on Items
.
- Namespace
- Avalonia
.Controls - Containing Type
- ItemsControl
Syntax
protected virtual void ItemsCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
Parameters
Name | Type | Description |
---|---|---|
sender | object | The event sender. |
e | Notify |
The event args. |
Return Value
Type | Description |
---|---|
void |