ClassItemChangedEventArgs
Class
Contains data about the item's property that has been changed.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
cs-api-definition
public class ItemChangedEventArgs : EventArgs
Inheritance: objectEventArgsItemChangedEventArgs
Derived Classes:
Inherited Members
Constructors
ItemChangedEventArgs(object, string)
Initializes a new instance of the ItemChangedEventArgs class.
Properties
Item
Gets the item that has been changed.
Declaration
cs-api-definition
public object Item { get; }
Property Value
The item that has been changed.
PropertyName
Gets the name of the property that has been changed.
Declaration
cs-api-definition
public string PropertyName { get; }
Property Value
The name of the property that has been changed.