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