Class
CardViewEditEndedEventArgs

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

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public class CardViewEditEndedEventArgs : CardViewItemEventArgs

Inheritance: objectCardViewItemEventArgsCardViewEditEndedEventArgs

Inherited Members CardViewItemEventArgs.CardViewItem

Constructors

CardViewEditEndedEventArgs()

Declaration

cs-api-definition
public CardViewEditEndedEventArgs()

Properties

EditAction

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

Declaration

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

Property Value

EditAction