Gets the old value.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public T OldValue { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property OldValue As T |
An instance of the generic type T.
See Also