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
intThe index where the change occurred.
item
TThe item affected by the change.