PreviousentryCallback Up
Base Class Library
ExceptionmanagerNext

event

An instance of Event contains information about an event raised by an object sending the "dispatchEvent" message. You can interrogate the event instance to get the id of the event, and the handle of the object which dispatched the event.

Event objects are sent as parameters to methods registered against events using the "setEventTo" method. The dispatcher of an event should finalize the event after it has been sent with the "dispatchEvent" message. The receiver of an event must make its own copy of event information if this is needed after the receiving method exits.

See method dispatchEvent in class Base.

See method

Class-Control Entry

Include this entry in the Class-Control paragraph of any program using this class.

event is class "event"

Superclass

buttonBase


buttonClass Methods


Instance Methods

The list below does not include methods inherited from Base. For these methods, click the button below:

buttonBase

getId Returning lnkEventId
getObject Returning lnkObject
setId Using lnkEventId