Click or drag to resize

RuntimeClient Events

Version 94.4.20

The RuntimeClient type exposes the following members.

Events
  NameDescription
Public eventBindingCalled
Notification is issued every time when binding is called.
Public eventConsoleAPICalled
Issued when console API was called.
Public eventExceptionRevoked
Issued when unhandled exception was revoked.
Public eventExceptionThrown
Issued when exception was thrown and unhandled.
Public eventExecutionContextCreated
Issued when new execution context is created.
Public eventExecutionContextDestroyed
Issued when execution context is destroyed.
Public eventExecutionContextsCleared
Issued when all executionContexts were cleared in browser
Public eventInspectRequested
Issued when object should be inspected (for example, as a result of inspect() command line API call).
Top
See Also