ContainerPreparedEventArgs Class
Definition
Provides data for the Avalonia.Controls.ItemsControl.ContainerPrepared event.
public class ContainerPreparedEventArgs
Constructors
| Name | Description |
|---|---|
| ContainerPreparedEventArgs | No summary available. |
ContainerPreparedEventArgs Constructor
public ContainerPreparedEventArgs(Avalonia.Controls.Control container, int index)
Parameters
container Avalonia.Controls.Control
index int
Properties
| Name | Description |
|---|---|
| Container | Gets the prepared container. |
| Index | Gets 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; }