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) Version: 25.0
Syntax
public abstract void UnHook(
	CTInterface oCTInterface
)

Parameters

oCTInterface  CTInterface
CT Events API
See Also