Click or drag to resize

EventContext Class (Typed)

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:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.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
Destroy the event context permanently.
Top
Functions
  NameDescription
Public methodDestroy
Free memory resources allocated for a VObject object and its derived objects.
(Inherited from VObject.)
Public methodOverride
This is a compatibility method that is no longer used or needed.
Top
Globals and Defines
  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