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

Provides basic data for the cell events.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class CellEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsCellEventArgs

Constructors

Initializes a new instance of the CellEventArgs class.

C#
public CellEventArgs(GridViewCellBase cell)
Parameters:cellGridViewCellBase

The current GridViewCellBase

Properties

Gets the cell that raised the event.

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

The cell that raised the event.