CellEventArgs
Class
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)
The current GridViewCellBase
Properties
Gets the cell that raised the event.
C#
public GridViewCellBase Cell { get; }
The cell that raised the event.