Unload event

Occurs when a display is about to be unloaded. This event is synchronous. The display will not be unloaded from memory until this event returns.
If the display is in the process of being unloaded and is asked to be displayed again, the Unload event will still fire, followed by a Load event.
Syntax
Display
_
Unload
where
Display
– is the name of a Display object variable that was dimensioned using the WithEvents keyword or the reserved name Display.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal