Search
ValueChangingEventArgs(T).OldValue Property
See Also
 





Gets the old value.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public T OldValue { get; }

Visual Basic  Copy Code

Public ReadOnly Property OldValue As T

 Property Value

An instance of the generic type T.

 See Also