Class
CardViewEditEndingEventArgs

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:

cs-api-definition
public class CardViewEditEndingEventArgs : CardViewItemCancelEventArgs

Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsCardViewItemCancelEventArgsCardViewEditEndingEventArgs

Inherited Members CardViewItemCancelEventArgs.CardViewItemCancelRoutedEventArgs.Cancel

Constructors

CardViewEditEndingEventArgs()

Declaration

cs-api-definition
public CardViewEditEndingEventArgs()

Properties

EditAction

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

Declaration

cs-api-definition
public EditAction EditAction { get; }

Property Value

EditAction