Overview | Methods | This Package | All Packages
Implements an event handler for the unload event.
Syntax
protected void onDocumentUnload ( Object sender, Event event )
Parameters
sender
The object invoking this event.
event
The Event object.
Remarks
A subclass of DhDocument should override this method if it has any operation that it wants to perform each time the document is unloaded. The implementation of this method provided by the DhDocument class does nothing.