Click or drag to resize
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: CTExtensions
Assembly: CTInterface (in CTInterface.dll)
Syntax
public abstract bool Hook(
	CTInterface oCTInterface
)

Parameters

oCTInterface
Type: ATR.CT.CTInterfaceCTInterface
Object which events to hook into.

Return Value

Type: Boolean
Return true if hooked, false otherwise
See Also