Event | 
The EventExtension type exposes the following members.
| Name | Description | |
|---|---|---|
| Hook | Event subcriber should attach to events ONLY during this call, and detach from them at UnHook(CTInterface). | |
| UnHook | Whatever events were subscribed at Hook(CTInterface) MUST be unsubscribed here. |