Contains data about the item's property that has been changed.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Type Parameters:
T
Type of the changed item.
Syntax:
C#
public class ItemChangedEventArgs<T> : ItemChangedEventArgs where T : INotifyPropertyChanged
Inheritance: objectEventArgsItemChangedEventArgsItemChangedEventArgs<T>
Inherited Members
Constructors
Initializes a new instance of the ItemChangedEventArgs<T> class.
C#
public ItemChangedEventArgs(T item, string propertyName)
The item that has been changed.
propertyNamestringName of the property that have been changed.
Properties
Item
T
Gets the item that has been changed.
C#
public T Item { get; }
The item that has been changed.