Initializes a new instance of the ValueChangedEventArgs class.
Namespace: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components
SyntaxJava
Copy Code
|
|---|
public ValueChangedEventArgs ( |
The old value.
The new value.
See Also