| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > GraphClass > GraphClass Methods >====== TakeEvent (process graph control events) ====== | [[showonstatusbar show text to status bar zone .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[takeeventofparent process all graph events .htm|{{btn_next_n.gif|Next page}}]] | | || **TakeEvent** {{blk2blue.jpg|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 process all graph events .htm|TakeEventOfParent]]