Click or drag to resize

EventExtension Class

Base class for Event Extensions. Do not derive directly, derive EventExtensionEXTTYPE instead.
Inheritance Hierarchy
SystemObject
  CTExtensions.ExportCore.EXTsEventExtension
    CTExtensions.ExportCore.EXTsEventExtensionEXTTYPE

Namespace: CTExtensions.ExportCore.EXTs
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public abstract class EventExtension

The EventExtension type exposes the following members.

Constructors
 NameDescription
Protected methodEventExtension Protected internal contructor prevents outside users deriving directly from this class.
Top
Methods
 NameDescription
Public methodHook Event subcriber should attach to events ONLY during this call, and detach from them at UnHook(CTInterface).
Public methodUnHook Whatever events were subscribed at Hook(CTInterface) MUST be unsubscribed here.
Top
See Also