Class
GridViewCellEditEndedEventArgs

Contains info needed to handle CellEditEndedEvent.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class GridViewCellEditEndedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsGridViewCellEditEndedEventArgs

Constructors

GridViewCellEditEndedEventArgs(GridViewCell, object, object, RoutedEvent)

Initializes a new instance of the GridViewCellEditEndedEventArgs class.

Declaration

cs-api-definition
public GridViewCellEditEndedEventArgs(GridViewCell cell, object newData, object oldData, RoutedEvent routedEvent)

Parameters

cell

GridViewCell

The cell.

newData

object

The new data.

oldData

object

The old data.

routedEvent

RoutedEvent

The routed event.

Properties

Cell

Gets or sets the edited cell.

Declaration

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

Property Value

GridViewCell

The cell.

EditAction

Gets or sets the edit action.

Declaration

cs-api-definition
public GridViewEditAction EditAction { get; }

Property Value

GridViewEditAction

The edit action.

EditingElement

Gets or sets the editor element.

Declaration

cs-api-definition
public object EditingElement { get; }

Property Value

object

The editor element.

NewData

Gets or sets the new data.

Declaration

cs-api-definition
public object NewData { get; }

Property Value

object

The new data.

OldData

Gets or sets the old data.

Declaration

cs-api-definition
public object OldData { get; }

Property Value

object

The old data.