Provides basic data for the cell events.
Definition
Namespace:Telerik.Windows.Controls.Data.CardView
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public class CardViewCellEventArgs : RoutedEventArgs
Inheritance: objectCardViewCellEventArgs
Constructors
Initializes a new instance of the CardViewCellEventArgs class.
C#
public CardViewCellEventArgs(CardDataFieldDescriptorHeaderCell cell)
Properties
Gets the cell that raised the event.
C#
public CardDataFieldDescriptorHeaderCell Cell { get; }
The cell that raised the event.