Control.onEraseBackground

Overview | Methods | Fields | This Package | All Packages

Control.onEraseBackground

Triggers the eraseBackground event.

Syntax

protected void onEraseBackground( EraseBackgroundEvent event )

Parameters

event

An EraseBackgroundEvent object that provides the event data.

Remarks

When overriding this method, call super.onEraseBackground.