Search
PropertyEventArgs.OldValue Property
See Also
 






Gets the value of the property before the change.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Object OldValue { get; }

Visual Basic  Copy Code

Public ReadOnly Property OldValue As Object

 Property Value

An object.

 See Also