ClassCellEventArgs
Class
Provides basic data for the cell events.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class CellEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsCellEventArgs
Constructors
CellEventArgs(GridViewCellBase)
Initializes a new instance of the CellEventArgs class.
Declaration
cs-api-definition
public CellEventArgs(GridViewCellBase cell)
Parameters
cell
The current GridViewCellBase
Properties
Cell
Gets the cell that raised the event.
Declaration
cs-api-definition
public GridViewCellBase Cell { get; }
Property Value
The cell that raised the event.