Click or drag to resize
CTExtension.UnHook Method

[This is preliminary documentation and is subject to change.]

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.CTInterface.CTInterface
Object which events to release. May be null.
See Also