New to Telerik UI for .NET MAUIStart a free 30-day trial

Provides data for events that occur when items are added to or removed from an ObservableItemCollection<T>. This class extends EventArgs to include information about the affected item and its index.

Definition

Namespace:Telerik.Maui

Assembly:Telerik.Maui.Core.dll

Type Parameters:

T

The type of the item that was added or removed.

Syntax:

C#
public class ObservableItemCollectionChangedEventArgs<T> : EventArgs

Inheritance: objectEventArgsObservableItemCollectionChangedEventArgs<T>

Inherited Members EventArgs.Empty

Fields

The index at which the item was added or from which it was removed.

C#
public readonly int Index

The item that was added to or removed from the collection.

C#
public readonly T Item
In this article
DefinitionFieldsIndexItem
Not finding the help you need?
Contact Support