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

Syntax:

C#
public class ItemChangedEventArgs : EventArgs

Inheritance: objectEventArgsItemChangedEventArgs

Derived Classes: ItemChangedEventArgs<T>

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the ItemChangedEventArgs class.

C#
public ItemChangedEventArgs(object item, string propertyName)
Parameters:itemobject

The item.

propertyNamestring

Name of the property.

Properties

Gets the item that has been changed.

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

The item that has been changed.

Gets the name of the property that has been changed.

C#
public string PropertyName { get; }
Property Value:

The name of the property that has been changed.