Class
ObservableItemCollectionChangedEventArgs<T>

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:

cs-api-definition
public class ObservableItemCollectionChangedEventArgs<T> : EventArgs

Inheritance: objectEventArgsObservableItemCollectionChangedEventArgs<T>

Inherited Members EventArgs.Empty

Fields

Index

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

Declaration

cs-api-definition
public readonly int Index

Field Value

int

Item

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

Declaration

cs-api-definition
public readonly T Item

Field Value

T

In this article
DefinitionFieldsIndexItem
Not finding the help you need?
Contact Support