Click or drag to resize

Event Class

X#
Provide the base class from which all X# events are subclassed.
Inheritance Hierarchy
Object
  Event
    More...

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

The Event type exposes the following members.

Constructors
  NameDescription
Public methodEvent
Construct an event.
Top
Properties
  NameDescription
Public propertyHandle
The pointer to the window where the event occurred
Public propertyMessage
A dword representing the Windows API message associated with the given event.
Public propertyWindow
An object indicating the window or control in which the event occurred. This is helpful, for example, for distinguishing between similar menu events coming from the same context menu attached to different controls.
Top
Fields
Remarks
The system dispatcher dispatches events to the event handler in the appropriate window. The Event class always maps onto the GUI's event or message structure. Events are transient objects that carry information to windows indicating that a system event has occurred. For example, the information that a window has been uncovered is passed to that window's Expose() event handler as an Event object.
See Also

Reference

Inheritance Hierarchy