Class GridViewBeginningEditRoutedEventArgs
Contains data needed to handle the BeginningEdit event.
Inheritance
System.Object
GridViewBeginningEditRoutedEventArgs
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewBeginningEditRoutedEventArgs : CancelRoutedEventArgs
Constructors
GridViewBeginningEditRoutedEventArgs(GridViewCell, GridViewRowItem, RoutedEvent)
Initializes a new instance of the GridViewBeginningEditRoutedEventArgs class.
Declaration
public GridViewBeginningEditRoutedEventArgs(GridViewCell gridViewCell, GridViewRowItem rowItem, RoutedEvent routedEvent)
Parameters
GridViewCell
gridViewCell
The grid view cell. |
GridViewRowItem
rowItem
The row item. |
RoutedEvent
routedEvent
The routed event. |
Properties
Cell
Gets or sets the cell.
Declaration
public GridViewCell Cell { get; set; }
Property Value
GridViewCell
The cell. |
Row
Gets or sets the row.
Declaration
public GridViewRowItem Row { get; set; }
Property Value
GridViewRowItem
The row. |