Search
PropertyEventArgs.NewValue Property
See Also
 






Gets the current value of the property.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Object NewValue { get; }

Visual Basic  Copy Code

Public ReadOnly Property NewValue As Object

 Property Value

An object.

 See Also