Click or drag to resize

EventExtensionUnHook Method

Whatever events were subscribed at Hook(CTInterface) MUST be unsubscribed here.

Namespace:  CTExtensions.ExportCore.EXTs
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public abstract void UnHook(
	CTInterface oCTInterface
)

Parameters

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