Class
CellRoutedEventArgs

Provides data for the common events of a field.

Definition

Namespace:Telerik.Windows.Controls.GridView.Cells

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class CellRoutedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsCellRoutedEventArgs

Derived Classes: CellValidatingRoutedEventArgsGridViewCellValidatingEventArgs

Constructors

CellRoutedEventArgs(object, object)

Initializes a new instance of the CellRoutedEventArgs class. Provides data for the common events of a field.

Declaration

cs-api-definition
public CellRoutedEventArgs(object oldValue, object newValue)

Parameters

oldValue

object

The old value of the field.

newValue

object

The new value of the field.

Properties

NewValue

Gets the new value of the field.

Declaration

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

Property Value

object

OldValue

Gets the old value of the cell.

Declaration

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

Property Value

object