ItemsControlContainerPrepared Event

Occurs each time a container is prepared for use.

Definition

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

Value

EventHandlerContainerPreparedEventArgs

Remarks

The prepared element might be newly created or an existing container that is being re- used.

See Also