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