ItemChangedEventArgs
Class
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:
Inherited Members
Constructors
Initializes a new instance of the ItemChangedEventArgs class.
Properties
Gets the item that has been changed.
C#
public object Item { get; }
The item that has been changed.
Gets the name of the property that has been changed.
C#
public string PropertyName { get; }
The name of the property that has been changed.