Search
ValueChangingEventArgs<T> Class
See Also
 

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

 Syntax

Java  Copy Code

public class ValueChangingEventArgs<T>

 Inheritance Hierarchy

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

 See Also