Method XppApplication():handleEvent() Foundation

Processes application events.

Syntax
:handleEvent( <nEvent>, <mp1>, <mp2> ) --> self
Parameters
<nEvent>
<nEvent> is the numeric event code identifying the event to process.
<mp1>
<mp1> is the first message parameter of the event. Data type and meaning of this parameter depends on the event being processed.
<mp2>
<mp2> is the second message parameter of the event. Data type and meaning of this parameter depends on the event being processed.
Return

This method returns the application object executing the method.

Description

The method :handleEvent() processes application events. In contrast to the events processed by method XbpPartHandler:handleEvent(), application events generally have global meaning and are not related to an individual operation or user interface element.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.