Class GridPropertyChangedEventArgs
Inheritance
System.Object
GridPropertyChangedEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridPropertyChangedEventArgs : PropertyChangedEventArgs
Constructors
GridPropertyChangedEventArgs(String, Object, Object)
Initializes a new instance of the GridPropertyChangedEventArgs class.
Declaration
public GridPropertyChangedEventArgs(string propertyName, object oldValue, object newValue)
Parameters
System.String
propertyName
Name of the property. |
System.Object
oldValue
The old value. |
System.Object
newValue
The new value. |
Properties
NewValue
Gets the new value.
Declaration
public object NewValue { get; }
Property Value
System.Object
The new value. |
OldValue
Gets the old value.
Declaration
public object OldValue { get; }
Property Value
System.Object
The old value. |