public event OnShow
Prototype:
OnShow(Sender, EventData)
Parameters
Sender
the event firing control
EventData
contains no relevant data (is empty).
Description:
Event triggered when the control is shown. Sender is the event firing control; EventData contains no relevant data (is empty).
Return value:
This event can close the application by returning MSG_APPLICATION_QUIT. Any other return value will be ignored.