Skip to main content

ContainerPreparedEventArgs Class

Definition

Assembly:Avalonia.Controls
Package:Avalonia
public class ContainerPreparedEventArgs

Inheritance: EventArgs -> ContainerPreparedEventArgs

Constructors

NameDescription
ContainerPreparedEventArgsNo summary available.

ContainerPreparedEventArgs Constructor

public ContainerPreparedEventArgs(Avalonia.Controls.Control container, int index)

Parameters

container Avalonia.Controls.Control

index int

Properties

NameDescription
ContainerGets the prepared container.
IndexGets the index of the item the container was prepared for.

Container Property

Gets the prepared container.

public Avalonia.Controls.Control Container { get; set; }

Index Property

Gets the index of the item the container was prepared for.

public int Index { get; set; }