Event macros for simple dialog events include:
BOOL ''_ocHandler''();
BOOL _ocHandler();
BOOL _ocHandler(int &, int nHelpID, int nIdCtrlFocus);
For detailed examples demonstrating how to handle simple dialog events see any of the examples in the section Origin C Dialog Builder Examples except for Accessing the Tabs of a Tabbed Dialog with Origin C and Accessing the Pages of a Wizard with Origin C.