ClassCardViewCellEventArgs
Class
Provides basic data for the cell events.
Definition
Namespace:Telerik.Windows.Controls.Data.CardView
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public class CardViewCellEventArgs : RoutedEventArgs
Inheritance: objectCardViewCellEventArgs
Constructors
CardViewCellEventArgs(CardDataFieldDescriptorHeaderCell)
Initializes a new instance of the CardViewCellEventArgs class.
Declaration
cs-api-definition
public CardViewCellEventArgs(CardDataFieldDescriptorHeaderCell cell)
Parameters
cell
Properties
Cell
Gets the cell that raised the event.
Declaration
cs-api-definition
public CardDataFieldDescriptorHeaderCell Cell { get; }
Property Value
CardDataFieldDescriptorHeaderCell
The cell that raised the event.