Overview | Methods | Fields | This Package | All Packages
OverviewMethodsFieldsThis PackageAll 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.