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

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 CardViewItemEventArgs.CardViewItem

Constructors

C#
public CardViewEditEndedEventArgs()

Properties

Gets the action that caused the edit operation to be ended.

C#
public EditAction EditAction { get; }