Event arguments that describe RadPropertyGrid's EditEnded event.
Definition
Namespace:Telerik.Windows.Controls.Data.PropertyGrid
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public class PropertyGridEditEndedEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsPropertyGridEditEndedEventArgs
Constructors
Initializes a new instance of the PropertyGridEditEndedEventArgs class.
C#
public PropertyGridEditEndedEventArgs(PropertyGridEditEndedAction editAction)
The edit action.
Properties
Gets or sets the edit action.
C#
public PropertyGridEditEndedAction EditAction { get; }
The edit action.
Gets or sets the edited property definition.
C#
public PropertyDefinition EditedPropertyDefinition { get; set; }
The edited property definition.
Gets or sets the field.
C#
public PropertyGridField Field { get; }
The field.
Gets or sets the new value.
C#
public object NewValue { get; }
The new value.