Click or drag to resize

EventContext Class

X#
Provide the base class from which all X# event-handling classes are subclassed, embodying the elements needed by any objects that receive events.
Inheritance Hierarchy
Object
  VObject
    EventContext
      IpcClient
      IpcServer
      Window

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS EventContext INHERIT VObject
Request Example View Source

The EventContext type exposes the following members.

Constructors
  NameDescription
Public methodEventContext
Construct an event context.
Top
Methods
  NameDescription
Public methodDestroy
Destroy the event context permanently.
(Overrides Destroy.)
Public methodOverride
This is a compatibility method that is no longer used or needed.
Top
Fields
  NameDescription
Public fieldoCargo
Cargo slot.
(Inherited from VObject.)
Top
Remarks
The EventContext class provides: A dispatcher A default event handler A method enabling the dispatcher
See Also

Reference