Home > Language Reference > Classes > UserControl

Unload Event

Event raised when the control is unloaded.

Syntax

Protected Event Unload()

Remarks

The Unload event is raised when unloading the form in which the control is located. It is always sent after the corresponding form Unload event. You can use this event to unload or destroy Bitmap images for example.

System requirements

SystemMinimal versionRemarks
Palm OSPalm OS 3.0N/A