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 |
---|---|
Item |
Initializes a new instance of the ItemContainerEventArgs class.
|
Item |
Initializes a new instance of the ItemContainerEventArgs class.
|
Properties
Name | Value | Summary |
---|---|---|
Containers | IList |
Gets the containers.
|
StartingIndex | int |
Gets the index of the first container in the source items.
|