Class ItemPropertyChangedEventArgs<T>
Inheritance
System.Object
ItemPropertyChangedEventArgs<T>
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public class ItemPropertyChangedEventArgs<T> : EventArgs
Type Parameters
T
|
Fields
Item
Declaration
public readonly T Item
Field Value
T
|
PropertyName
Declaration
public readonly string PropertyName
Field Value
System.String
|