Class
ItemPropertyChangedEventArgs<T>

Provides data for events that occur when a property of an item in an observable collection changes. This class extends EventArgs to include information about the item and the property that changed.

Definition

Namespace:Telerik.Maui

Assembly:Telerik.Maui.Core.dll

Type Parameters:

T

The type of the item whose property changed.

Syntax:

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

Inheritance: objectEventArgsItemPropertyChangedEventArgs<T>

Inherited Members EventArgs.Empty

Fields

Item

The item whose property changed.

Declaration

cs-api-definition
public readonly T Item

Field Value

T

PropertyName

The name of the property that changed.

Declaration

cs-api-definition
public readonly string PropertyName

Field Value

string

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