ClassItemPropertyChangedEventArgs<T>
Class
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
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.