Class
PropertyGridEditEndedEventArgs

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

PropertyGridEditEndedAction

The edit action.

Properties

EditAction

Gets or sets the edit action.

Declaration

cs-api-definition
public PropertyGridEditEndedAction EditAction { get; }

Property Value

PropertyGridEditEndedAction

The edit action.

EditedPropertyDefinition

Gets or sets the edited property definition.

Declaration

cs-api-definition
public PropertyDefinition EditedPropertyDefinition { get; set; }

Property Value

PropertyDefinition

The edited property definition.

Field

Gets or sets the field.

Declaration

cs-api-definition
public PropertyGridField Field { get; }

Property Value

PropertyGridField

The field.

NewValue

Gets or sets the new value.

Declaration

cs-api-definition
public object NewValue { get; }

Property Value

object

The new value.

OldValue

Gets or sets the old value.

Declaration

cs-api-definition
public object OldValue { get; }

Property Value

object

The old value.