Class CardViewEditEndedEventArgs
Represents event data for a edit ended event of a RadCardView.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class CardViewEditEndedEventArgs : CardViewItemEventArgs
Constructors
CardViewEditEndedEventArgs()
Declaration
public CardViewEditEndedEventArgs()
Properties
EditAction
Gets the action that caused the edit operation to be ended.
Declaration
public EditAction EditAction { get; }
Property Value
EditAction
|