 | EventExtension.Hook Method |
Event subcriber should attach to events ONLY during this call,
and detach from them at
UnHook(CTInterface).
Namespace:
CTExtensions.ExportCore.EXTs
Assembly:
CTInterface (in CTInterface.dll)
Syntaxpublic abstract void Hook(
CTInterface oCTInterface
)
Public MustOverride Sub Hook (
oCTInterface As CTInterface
)
Parameters
- oCTInterface
- Type: ATR.CT.CTInterface.CTInterface
CT Events API
See Also