Class ItemChangedEventArgs
Inheritance
System.Object
ItemChangedEventArgs
Namespace: Telerik.Core
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ItemChangedEventArgs : EventArgs
Constructors
ItemChangedEventArgs(Object, String)
Declaration
public ItemChangedEventArgs(object item, string propertyName)
Parameters
|
System.Object
item
|
|
System.String
propertyName
|
Properties
Item
Declaration
public object Item { get; }
Property Value
|
System.Object
|
PropertyName
Declaration
public string PropertyName { get; }
Property Value
|
System.String
|