Event |
The EventExtension type exposes the following members.
| Name | Description | |
|---|---|---|
| EventExtension | Protected internal contructor prevents outside users deriving directly from this class. |
| 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. |