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.
|
System.
|
Properties
Item
Declaration
public object Item { get; }
Property Value
System.
|
PropertyName
Declaration
public string PropertyName { get; }
Property Value
System.
|