MindFusion.Java Package Programmer's Guide
ValueChangedEventArgs(T) Constructor (T, T)
See Also
 






Initializes a new instance of the ValueChangedEventArgs class.

Namespace: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components

 Syntax

Java  Copy Code

public ValueChangedEventArgs (
    T oldValue,
    T newValue
)

 Parameters

oldValue

The old value.

newValue

The new value.

 See Also

ValueChangedEventArgs(T) Constructor Overload List
ValueChangedEventArgs(T) Class
com.mindfusion.diagramming.components Namespace