Class CardViewEditEndingEventArgs
Represents event data for a edit ending event of a RadCardView.
Inheritance
System.Object
CardViewEditEndingEventArgs
Namespace: Telerik.Windows.Controls.Data.CardView
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class CardViewEditEndingEventArgs : CardViewItemCancelEventArgs
Constructors
CardViewEditEndingEventArgs()
Declaration
public CardViewEditEndingEventArgs()
Properties
EditAction
Gets the action that caused the edit operation to be ended.
Declaration
public EditAction EditAction { get; }
Property Value
EditAction
|