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