Class
GridViewBeginningEditRoutedEventArgs

Contains data needed to handle the BeginningEdit event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class GridViewBeginningEditRoutedEventArgs : CancelRoutedEventArgs

Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsGridViewBeginningEditRoutedEventArgs

Inherited Members CancelRoutedEventArgs.Cancel

Constructors

GridViewBeginningEditRoutedEventArgs(GridViewCell, GridViewRowItem, RoutedEvent)

Initializes a new instance of the GridViewBeginningEditRoutedEventArgs class.

Declaration

cs-api-definition
public GridViewBeginningEditRoutedEventArgs(GridViewCell gridViewCell, GridViewRowItem rowItem, RoutedEvent routedEvent)

Parameters

gridViewCell

GridViewCell

The grid view cell.

rowItem

GridViewRowItem

The row item.

routedEvent

RoutedEvent

The routed event.

Properties

Cell

Gets or sets the cell.

Declaration

cs-api-definition
public GridViewCell Cell { get; set; }

Property Value

GridViewCell

The cell.

Row

Gets or sets the row.

Declaration

cs-api-definition
public GridViewRowItem Row { get; set; }

Property Value

GridViewRowItem

The row.