New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class GridPropertyChangedEventArgs : PropertyChangedEventArgs

Inheritance: objectEventArgsPropertyChangedEventArgsGridPropertyChangedEventArgs

Inherited Members PropertyChangedEventArgs.PropertyNameEventArgs.Empty

Constructors

Initializes a new instance of the GridPropertyChangedEventArgs class.

C#
public GridPropertyChangedEventArgs(string propertyName, object oldValue, object newValue)
Parameters:propertyNamestring

Name of the property.

oldValueobject

The old value.

newValueobject

The new value.

Properties

Gets the new value.

C#
public object NewValue { get; }
Property Value:

The new value.

Gets the old value.

C#
public object OldValue { get; }
Property Value:

The old value.