Provides data for value validation event handlers. @param <T> The type of the value that is changing.
Namespace: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components
SyntaxJava
Copy Code
|
|---|
public class ValueChangingEventArgs<T> |
Inheritance Hierarchyjava.lang.Object![]()
com.mindfusion.diagramming.components.ValueChangingEventArgs(T)
See Also