RTextView.OnPopulatePopup


public event OnPopulatePopup

Prototype:

OnPopulatePopup(Sender, EventData)

Parameters

Sender
the event firing control
EventData
contains the RID of the activated RMenu as a string. Must be evaluated: var menu_rid=value EventData;

Description:

Event fired when the associated popup is populated. This event is not really useful, and has more like an informative role (that the popup was activated).

Return value:

This event can close the application by returning MSG_APPLICATION_QUIT. Any other return value will be ignored.