RuntimeClient Events | 
The RuntimeClient type exposes the following members.
| Name | Description | |
|---|---|---|
| BindingCalled | 
            Notification is issued every time when binding is called.
              | |
| ConsoleAPICalled | 
            Issued when console API was called.
              | |
| ExceptionRevoked | 
            Issued when unhandled exception was revoked.
              | |
| ExceptionThrown | 
            Issued when exception was thrown and unhandled.
              | |
| ExecutionContextCreated | 
            Issued when new execution context is created.
              | |
| ExecutionContextDestroyed | 
            Issued when execution context is destroyed.
              | |
| ExecutionContextsCleared | 
            Issued when all executionContexts were cleared in browser
              | |
| InspectRequested | 
            Issued when object should be inspected (for example, as a result of inspect() command line API
            call).
              |