Navigation:  ABC Library Reference > GraphClass > GraphClass Methods >====== TakeEvent (process graph control events) ====== Previous pageReturn to chapter overviewNext page

TakeEvent

blk2blue.jpg

TakeEvent Processes the events of the graph object.

The TakeEvent method is used to process events returned by the graph object. These events are returned by the parent control of the graph object (by default, a GROUP) and to other support controls of the object. In general, all events should be posted to the parent field of the graph object.

Implementation:

The TakeEvent method is called within the graph object procedure's ACCEPT event handler. It provides a virtual method in which the developer can use to trap and process all graph control events.

See Also:     TakeEventOfParent