Class
ItemChangedEventArgs<T>

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:

cs-api-definition
public class ItemChangedEventArgs<T> : ItemChangedEventArgs where T : INotifyPropertyChanged

Inheritance: objectEventArgsItemChangedEventArgsItemChangedEventArgs<T>

Inherited Members ItemChangedEventArgs.PropertyNameEventArgs.Empty

Constructors

ItemChangedEventArgs(T, string)

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

Declaration

cs-api-definition
public ItemChangedEventArgs(T item, string propertyName)

Parameters

item

T

The item that has been changed.

propertyName

string

Name of the property that have been changed.

Properties

Item

Gets the item that has been changed.

Declaration

cs-api-definition
public T Item { get; }

Property Value

T

The item that has been changed.