New to Telerik UI for WPFStart a free 30-day trial

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 CancelRoutedEventArgs.Cancel

Constructors

Initializes a new instance of the GridViewBeginningEditRoutedEventArgs class.

C#
public GridViewBeginningEditRoutedEventArgs(GridViewCell gridViewCell, GridViewRowItem rowItem, RoutedEvent routedEvent)
Parameters:gridViewCellGridViewCell

The grid view cell.

rowItemGridViewRowItem

The row item.

routedEventRoutedEvent

The routed event.

Properties

Gets or sets the cell.

C#
public GridViewCell Cell { get; set; }
Property Value:

The cell.

Gets or sets the row.

C#
public GridViewRowItem Row { get; set; }
Property Value:

The row.