Description
Retrieves the current event.
Syntax
currEvent = Get_Current_Event()
Parameters
This function does not accept parameters.
Returns
The name of the current event.
Example
/* On any event place the following code and the message will display the event. For example if on the CLICK of a button you were to call the function, it would return "CLICK". */ declare function Get_Current_Event thisEvent = Get_Current_Event()