New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:editActionPropertyGridEditEndedAction

The edit action.

Properties

Gets or sets the edit action.

C#
public PropertyGridEditEndedAction EditAction { get; }
Property Value:

The edit action.

Gets or sets the edited property definition.

C#
public PropertyDefinition EditedPropertyDefinition { get; set; }
Property Value:

The edited property definition.

Gets or sets the field.

C#
public PropertyGridField Field { get; }
Property Value:

The field.

Gets or sets the new value.

C#
public object NewValue { get; }
Property Value:

The new value.

Gets or sets the old value.

C#
public object OldValue { get; }
Property Value:

The old value.