ItemsControl.

OnContainersDematerialized(ItemContainerEventArgs) Method

Summary

Called when containers are dematerialized for the ItemsControl by its ItemContainerGenerator.
Namespace
Avalonia.Controls
Containing Type
ItemsControl

Syntax

protected virtual void OnContainersDematerialized(ItemContainerEventArgs e)

Parameters

Name Type Description
e ItemContainerEventArgs The details of the containers.

Return Value

Type Description
void