Search
ButtonComponent.fireCustomDraw Method
See Also
 

Raises the customDraw event.

Namespace: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components

 Syntax

Java  Copy Code

protected void fireCustomDraw (
    ButtonDrawEventArgs e
)

 Parameters

e

An object containing the event data.

 See Also