ItemContainerEventArgs Class

Summary

Provides details for the Materialized and Dematerialized events.
Namespace
Avalonia.Controls.Generators
Base Types
  • object
  • EventArgs
graph BT Type-->Base0["EventArgs"] Base0-->Base1["object"] Type["ItemContainerEventArgs"] class Type type-node

Syntax

public class ItemContainerEventArgs : EventArgs

Constructors

Name Summary
ItemContainerEventArgs(int, IList<ItemContainerInfo>) Initializes a new instance of the ItemContainerEventArgs class.
ItemContainerEventArgs(ItemContainerInfo) Initializes a new instance of the ItemContainerEventArgs class.

Properties

Name Value Summary
Containers IList<ItemContainerInfo>
Gets the containers.
StartingIndex int
Gets the index of the first container in the source items.