ItemContainerEventArgs.

ItemContainerEventArgs(int, IList<ItemContainerInfo>) Constructor

Summary

Initializes a new instance of the ItemContainerEventArgs class.

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<ItemContainerInfo> The containers.

Return Value

Type Description
void