Gets the value of the property before the change.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Object OldValue { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property OldValue As Object |
An object representing the previous property value.
See Also