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
Constructors
C#
public CardViewEditEndingEventArgs()
Properties
Gets the action that caused the edit operation to be ended.
C#
public EditAction EditAction { get; }