Search
PropertyEventArgs.OldValue Property
See Also
 






Gets the value of the property before the change.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Object OldValue { get; }

Visual Basic  Copy Code

Public ReadOnly Property OldValue As Object

 Property Value

An object representing the previous property value.

 See Also