Table of Contents

Class ContainerPreparedEventArgs

Namespace
Avalonia.Controls
Assembly
Avalonia.Controls.dll

Provides data for the ContainerPrepared event.

public class ContainerPreparedEventArgs : EventArgs
Inheritance
ContainerPreparedEventArgs
Inherited Members

Constructors

ContainerPreparedEventArgs(Control, int)

public ContainerPreparedEventArgs(Control container, int index)

Parameters

container Control
index int

Properties

Container

Gets the prepared container.

public Control Container { get; }

Property Value

Control

Index

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

public int Index { get; }

Property Value

int