New to Telerik UI for WPFStart a free 30-day trial

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 ItemChangedEventArgs.PropertyNameEventArgs.Empty

Constructors

Initializes a new instance of the ItemChangedEventArgs<T> class.

C#
public ItemChangedEventArgs(T item, string propertyName)
Parameters:itemT

The item that has been changed.

propertyNamestring

Name of the property that have been changed.

Properties

Gets the item that has been changed.

C#
public T Item { get; }
Property Value:

The item that has been changed.