Class
GridPropertyChangedEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class GridPropertyChangedEventArgs : PropertyChangedEventArgs

Inheritance: objectEventArgsPropertyChangedEventArgsGridPropertyChangedEventArgs

Inherited Members PropertyChangedEventArgs.PropertyNameEventArgs.Empty

Constructors

GridPropertyChangedEventArgs(string, object, object)

Initializes a new instance of the GridPropertyChangedEventArgs class.

Declaration

cs-api-definition
public GridPropertyChangedEventArgs(string propertyName, object oldValue, object newValue)

Parameters

propertyName

string

Name of the property.

oldValue

object

The old value.

newValue

object

The new value.

Properties

NewValue

Gets the new value.

Declaration

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

Property Value

object

The new value.

OldValue

Gets the old value.

Declaration

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

Property Value

object

The old value.