Provides information about RadPropertyGrid's ItemChanged event.
Definition
Namespace:Telerik.Windows.Controls.Data.PropertyGrid
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public class PropertyGridItemChangedEventArgs : EventArgs
Inheritance: objectEventArgsPropertyGridItemChangedEventArgs
Inherited Members
Constructors
Initializes a new instance of the PropertyGridItemChangedEventArgs class.
Properties
Gets or sets the new item.
C#
public object NewItem { get; }
The new item.
Gets or sets the old item.
C#
public object OldItem { get; }
The old item.
Gets or sets a value that indicates whether the change of the item should force update on the list of property definitions.
C#
public bool ShouldUpdateContent { get; set; }