Class CardDataFieldEditEndedEventArgs
Represents event data for an edit ended event of a RadCardViewItem's data field.
Inheritance
System.Object
CardDataFieldEditEndedEventArgs
Namespace: Telerik.Windows.Controls.Data.CardView
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class CardDataFieldEditEndedEventArgs : CardDataFieldEventArgs
Constructors
CardDataFieldEditEndedEventArgs()
Declaration
public CardDataFieldEditEndedEventArgs()
Properties
EditAction
Gets the action that was executed to end the edit operation.
Declaration
public EditAction EditAction { get; }
Property Value
EditAction
|
NewValue
Gets the new value.
Declaration
public object NewValue { get; }
Property Value
System.Object
|
OldValue
Gets the old value.
Declaration
public object OldValue { get; }
Property Value
System.Object
|