Represents event data for an edit ended event of a RadCardViewItem's data field.
Definition
Namespace:Telerik.Windows.Controls.Data.CardView
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public class CardDataFieldEditEndedEventArgs : CardDataFieldEventArgs
Inheritance: objectCardViewItemEventArgsCardDataFieldEventArgsCardDataFieldEditEndedEventArgs
Inherited Members
Constructors
C#
public CardDataFieldEditEndedEventArgs()
Properties
Gets the action that was executed to end the edit operation.
C#
public EditAction EditAction { get; }