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

Represents event data for a edit ending event of a RadCardView.

Definition

Namespace:Telerik.Windows.Controls.Data.CardView

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

C#
public class CardViewEditEndingEventArgs : CardViewItemCancelEventArgs

Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsCardViewItemCancelEventArgsCardViewEditEndingEventArgs

Inherited Members CardViewItemCancelEventArgs.CardViewItemCancelRoutedEventArgs.Cancel

Constructors

C#
public CardViewEditEndingEventArgs()

Properties

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

C#
public EditAction EditAction { get; }