Class CellRoutedEventArgs
Provides data for the common events of a field.
Inherited Members
Namespace: Telerik.Windows.Controls.GridView.Cells
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class CellRoutedEventArgs : RadRoutedEventArgs
Constructors
CellRoutedEventArgs(Object, Object)
Initializes a new instance of the CellRoutedEventArgs class. Provides data for the common events of a field.
Declaration
public CellRoutedEventArgs(object oldValue, object newValue)
Parameters
System.Object
oldValue
The old value of the field. |
System.Object
newValue
The new value of the field. |
Properties
NewValue
Gets the new value of the field.
Declaration
public object NewValue { get; }
Property Value
System.Object
|
OldValue
Gets the old value of the cell.
Declaration
public object OldValue { get; }
Property Value
System.Object
|