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






Initializes a new instance of the ValueChangingEventArgs class.

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

 Syntax

Java  Copy Code

public ValueChangingEventArgs (
    T oldValue,
    T newValue
)

 Parameters

oldValue

The old value.

newValue

The new value.

 See Also

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