Class PropertyGridItemChangedEventArgs
Inheritance
System.Object
PropertyGridItemChangedEventArgs
Namespace: Telerik.UI.Xaml.Controls.Data.PropertyGrid
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class PropertyGridItemChangedEventArgs : EventArgs
Constructors
PropertyGridItemChangedEventArgs(Object, Object)
Declaration
public PropertyGridItemChangedEventArgs(object oldItem, object newItem)
Parameters
System.
|
System.
|
Properties
NewItem
Declaration
public object NewItem { get; }
Property Value
System.
|
OldItem
Declaration
public object OldItem { get; }
Property Value
System.
|
ShouldUpdateContent
Declaration
public bool ShouldUpdateContent { get; set; }
Property Value
System.
|