Class PropertyGridEditEndedEventArgs
Event arguments that describe RadPropertyGrid's EditEnded event.
Inherited Members
Namespace: Telerik.Windows.Controls.Data.PropertyGrid
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class PropertyGridEditEndedEventArgs : RadRoutedEventArgs
Constructors
PropertyGridEditEndedEventArgs(PropertyGridEditEndedAction)
Initializes a new instance of the PropertyGridEditEndedEventArgs class.
Declaration
public PropertyGridEditEndedEventArgs(PropertyGridEditEndedAction editAction)
Parameters
PropertyGridEditEndedAction
editAction
The edit action. |
Properties
EditAction
Gets or sets the edit action.
Declaration
public PropertyGridEditEndedAction EditAction { get; }
Property Value
PropertyGridEditEndedAction
The edit action. |
EditedPropertyDefinition
Gets or sets the edited property definition.
Declaration
public PropertyDefinition EditedPropertyDefinition { get; set; }
Property Value
PropertyDefinition
The edited property definition. |
Field
Gets or sets the field.
Declaration
public PropertyGridField Field { get; }
Property Value
PropertyGridField
The field. |
NewValue
Gets or sets the new value.
Declaration
public object NewValue { get; }
Property Value
System.Object
The new value. |
OldValue
Gets or sets the old value.
Declaration
public object OldValue { get; }
Property Value
System.Object
The old value. |