Click or drag to resize

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

Parameters

oCTInterface  CTInterface
Object which events to release. May be null.
See Also