Click or drag to resize
CTExtensionUnHook Method
Implementation of this function must release all event hooks added at Hook(CTInterface). This function may be called multiple times. This is called before the object is going to be uninitialized, re-initialized or if CTInterface object is changed. Must not be called by anything else than internal implementation.

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

Parameters

oCTInterface
Type: ATR.CT.CTInterfaceCTInterface
Object which events to release. May be null.
See Also