Click or drag to resize

EventExtensionHook 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)
Syntax
public abstract void Hook(
	CTInterface oCTInterface
)

Parameters

oCTInterface
Type: ATR.CT.CTInterfaceCTInterface
CT Events API
See Also