OnPresentationEvent

This event occurs when any change occurs in the running of a presentation, e.g., presentation started, action started, or action finished.

 

JavaScript

 

OnPresentationEvent (

       EventParameters)

 

C#

 

bool OnPresentationEvent (

       string EventParameters)

 

C++

 

HRESULT OnPresentationEvent (

       [in] BSTR EventParameters,

       [out, retval] VARIANT_BOOL* pbHandled))

Parameters

EventParameters

A JSON that describes the presentation event. The specific parameters for each event are defined in the PresentationJSONSchema.

 

Return Value

pbHandled

A Boolean that indicates whether or not the client handled the presentation event itself and does not wish TerraExplorer to respond. When the value is FALSE, TerraExplorer handles the event action.