Table of Contents

Class CollectionChangeEventArgs<T>

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

Provides data for the ItemInserted and ItemRemoved events.

public class CollectionChangeEventArgs<T> : BaseEventArgs

Type Parameters

T

The type of elements in the collection.

Inheritance
CollectionChangeEventArgs<T>

Constructors

CollectionChangeEventArgs(int, T)

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

Properties

Index

The index where the change occurred.

Item

The item affected by the change.