System.Windows.Forms.PropertyValueChangedEventArgs.OldValue Property

The value of the grid item before it was changed.

Syntax

public object OldValue { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property provides you with the value of the property as it was before the change was applied. You can find the new value by querying the property grid with the specified PropertyValueChangedEventArgs.ChangedItem.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0