ClassCardViewItemEventArgs
Class
Represents event data for an event of a RadCardViewItem.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public class CardViewItemEventArgs : RoutedEventArgs
Inheritance: objectCardViewItemEventArgs
Derived Classes:
Constructors
CardViewItemEventArgs()
Declaration
cs-api-definition
public CardViewItemEventArgs()
Properties
CardViewItem
Gets the CardViewItem that triggered the event.
Declaration
cs-api-definition
public RadCardViewItem CardViewItem { get; }
Property Value