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

Provides data for a DataFormDataField edit ended event.

Definition

Namespace:Telerik.Windows.Controls.Data.DataForm

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

C#
public class DataFieldEditEndedEventArgs : DataFieldEventArgs

Inheritance: objectEventArgsDataFieldEventArgsDataFieldEditEndedEventArgs

Inherited Members DataFieldEventArgs.DataFieldEventArgs.Empty

Constructors

Initializes a new instance of the DataFieldEditEndedEventArgs class.

C#
public DataFieldEditEndedEventArgs(DataFormDataField dataField, EditAction action)
Parameters:dataFieldDataFormDataFieldactionEditAction

Properties

Gets the action that was executed to end the edit operation.

C#
public EditAction EditAction { get; }

Gets the new value.

C#
public object NewValue { get; }

Gets the old value.

C#
public object OldValue { get; }