Provides data for value change 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 ValueChangedEventArgs<T> |
Inheritance Hierarchyjava.lang.Object![]()
com.mindfusion.diagramming.components.ValueChangedEventArgs(T)
See Also