Class CardViewItemCancelEventArgs
Represents event data for a cancelable event of a RadCardViewItem.
Inherited Members
Namespace: Telerik.Windows.Controls.Data.CardView
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class CardViewItemCancelEventArgs : CancelRoutedEventArgs
Constructors
CardViewItemCancelEventArgs()
Declaration
public CardViewItemCancelEventArgs()
Properties
CardViewItem
Gets the CardViewItem that triggered the event.
Declaration
public RadCardViewItem CardViewItem { get; }
Property Value
RadCardViewItem
|