Class
ItemChangedEventArgs

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: ItemChangedEventArgs<T>

Inherited Members EventArgs.Empty

Constructors

ItemChangedEventArgs(object, string)

Initializes a new instance of the ItemChangedEventArgs class.

Declaration

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

Parameters

item

object

The item.

propertyName

string

Name of the property.

Properties

Item

Gets the item that has been changed.

Declaration

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

Property Value

object

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

string

The name of the property that has been changed.