Search
VisualElementListener.prepaint Method
See Also
 






Raised before an element is painted to allow the client to custom-paint.

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

 Syntax

Java  Copy Code

void prepaint (
    PrepaintEvent 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