Summary
Called when the items for the presenter change, either because
Items
has been set, the items collection has been modified, or the panel has been created.
- Namespace
- Avalonia
.Controls .Presenters - Containing Type
- CarouselPresenter
Syntax
protected override void ItemsChanged(NotifyCollectionChangedEventArgs e)
Remarks
The panel is guaranteed to be created when this method is called.
Parameters
Name | Type | Description |
---|---|---|
e | Notify |
A description of the change. |
Return Value
Type | Description |
---|---|
void |