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:
C#
public class ItemPropertyChangedEventArgs<T> : EventArgs
Inheritance: objectEventArgsItemPropertyChangedEventArgs<T>
Inherited Members
Fields
Item
T
The item whose property changed.
C#
public readonly T Item
The name of the property that changed.
C#
public readonly string PropertyName