Class ItemPropertyChangedEventArgs<T>
Inheritance
System.Object
ItemPropertyChangedEventArgs<T>
Namespace: Telerik.XamarinForms.Common
Assembly: Telerik.XamarinForms.Common.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
|