 | CTExtension.UnHook Method |
[This is preliminary documentation and is subject to change.]
Implementation of this function must release all event
hooks added at
Hook(CTInterface). This function may be
called multiple times.
This is called before the object is going to be uninitialized,
re-initialized or if CTInterface object is changed.
Must not be called by anything else than internal implementation.
Namespace: CTExtensionsAssembly: CTInterface (in CTInterface.dll)
Syntaxpublic abstract void UnHook(
CTInterface oCTInterface
)
Public MustOverride Sub UnHook (
oCTInterface As CTInterface
)
Parameters
- oCTInterface
- Type: ATR.CT.CTInterface.CTInterface
Object which events to release. May be null.
See Also