RForm.OnFrameEvent
public event OnFrameEvent
Prototype:
OnFrameEvent(Sender, EventData)
Parameters
Sender
the event firing control
EventData
EventData contains the event type. You must evaluate EventData as this: event=value EventData.
Description:
Called whenever the window receives an event targeted at the frame.
Return value:
This event can close the application by returning MSG_APPLICATION_QUIT. Any other return value will be ignored.