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

EditEndedEventArgs.

Definition

Namespace:Telerik.Windows.Controls.Data.DataForm

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

C#
public class EditEndedEventArgs : EventArgs

Inheritance: objectEventArgsEditEndedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the EditEndedEventArgs class.

C#
public EditEndedEventArgs(EditAction editAction)
Parameters:editActionEditAction

Properties

The action in ending edit.

C#
public EditAction EditAction { get; set; }