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