Search
VisualElementListener.invalidated Method
See Also
 






Raised when the visual element needs to be repainted.

Namespace: com.mindfusion.charting.components.gauges
File: com.mindfusion.charting.components.gauges

 Syntax

Java  Copy Code

void invalidated (
    EventObject e
)

 Parameters

e

 Remarks

This is a bubbling event. When raised on an element it will propagate the visual element hierarchy up to the root.

 See Also