Table of Contents

Constructor CollectionChangeEventArgs

Namespace
Alternet.Base.Collections
Assembly
Alternet.UI.Common.dll

CollectionChangeEventArgs(int, T)

Initializes a new instance of the CollectionChangeEventArgs<T> class.

public CollectionChangeEventArgs(int index, T item)

Parameters

index int

The index where the change occurred.

item T

The item affected by the change.