Search
ValueChangedEventArgs<T> Class
See Also
 

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

 Syntax

Java  Copy Code

public class ValueChangedEventArgs<T>

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.diagramming.components.ValueChangedEventArgs(T)

 See Also