ItemsControl.

ItemsChanged(AvaloniaPropertyChangedEventArgs) Method

Summary

Called when the Items property changes.
Namespace
Avalonia.Controls
Containing Type
ItemsControl

Syntax

protected virtual void ItemsChanged(AvaloniaPropertyChangedEventArgs e)

Parameters

Name Type Description
e AvaloniaPropertyChangedEventArgs The event args.

Return Value

Type Description
void