ItemsControlContainerClearing Event

Occurs each time a container is cleared.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public event EventHandler<ContainerClearingEventArgs> ContainerClearing

Value

EventHandlerContainerClearingEventArgs

Remarks

This event is raised immediately each time an container is cleared, such as when it falls outside the range of realized items or the corresponding item is removed.

See Also