Summary
Initializes a new instance of the
ItemContainerEventArgs
class.
- Namespace
- Avalonia
.Controls .Generators - Containing Type
- Item
Container Event Args
Syntax
public ItemContainerEventArgs(int startingIndex, IList<ItemContainerInfo> containers)
Remarks
TODO: Do we really need to pass in StartingIndex here? The ItemContainerInfo objects
have an index, and what happens if the contains passed in aren't sequential?
Parameters
Name | Type | Description |
---|---|---|
startingIndex | int | The index of the first container in the source items. |
containers | IList |
The containers. |
Return Value
Type | Description |
---|---|
void |