Click or drag to resize

EventExtension Class

Inheritance Hierarchy

Namespace:  CTExtensions.ExportCore.EXTs
Assembly:  CTInterface (in CTInterface.dll)
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