MindFusion.Wpf Pack Programmer's Guide
ValueChangedEventArgs(T) Constructor (T, T)
See Also
 





Initializes a new instance of the ValueChangedEventArgs class.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

public ValueChangedEventArgs<T> (
    T oldValue,
    T newValue
)

Visual Basic  Copy Code

Public New (Of T) ( _
    oldValue As T, _
    newValue As T _
)

 Parameters

oldValue

The previous value of the changed property.

newValue

The new value of the changed property.

 See Also

ValueChangedEventArgs(T) Constructor Overload List
ValueChangedEventArgs(T) Class
MindFusion.Gauges.Wpf Namespace