Summary
Called when containers are dematerialized for the
ItemsControl
by its
ItemContainerGenerator
.
- Namespace
- Avalonia
.Controls .Primitives - Containing Type
- Selecting
Items Control
Syntax
protected override void OnContainersDematerialized(ItemContainerEventArgs e)
Parameters
Name | Type | Description |
---|---|---|
e | Item |
The details of the containers. |
Return Value
Type | Description |
---|---|
void |