DhModule.addOnUnload

Overview | Methods | This Package | All Packages

DhModule.addOnUnload

Assigns a delegate to the unload event.

Syntax

final public void addOnUnload ( EventHandler h )

Parameters

h

The event handler callback method.

Remarks

This delegate specifies a method that is called when the document is ready to unload. By default, this event is automatically routed to onDocumentUnload.

See Also   removeOnUnload