Search
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