| CTExtensionHook Method |
Implementation of this function is the only valid
and supported place to hook into CTInterface events.
Additional event -hooking is not allowed anywhere else.
This is called after this object is initialized in case the
current environment supports CTInterface events.
Must not be called by anything else than internal implementation.
Namespace: CTExtensionsAssembly: CTInterface (in CTInterface.dll)
Syntax public abstract bool Hook(
CTInterface oCTInterface
)
Public MustOverride Function Hook (
oCTInterface As CTInterface
) As Boolean
Parameters
- oCTInterface
- Type: ATR.CT.CTInterfaceCTInterface
Object which events to hook into.
Return Value
Type:
BooleanReturn true if hooked, false otherwise
See Also