Implements an event handler for the unload event.
protected void onDocumentUnload ( Object sender, Event event )
sender
The object invoking this event.
event
The Event object.
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.