New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:cellCardDataFieldDescriptorHeaderCell

Properties

Gets the cell that raised the event.

C#
public CardDataFieldDescriptorHeaderCell Cell { get; }
Property Value:

The cell that raised the event.