Search
ValueChangedEventArgs(T).NewValue Property
See Also
 






Gets the new value of the changed property.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public T NewValue { get; }

Visual Basic  Copy Code

Public ReadOnly Property NewValue As T

 Property Value

 See Also