Represents event data for a edit ended event of a RadCardView.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public class CardViewEditEndedEventArgs : CardViewItemEventArgs
Inheritance: objectCardViewItemEventArgsCardViewEditEndedEventArgs
Inherited Members
Constructors
C#
public CardViewEditEndedEventArgs()
Properties
Gets the action that caused the edit operation to be ended.
C#
public EditAction EditAction { get; }