OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
Doc/View Event Handling in a View

The header file docview.h provides a number of response table macros for predefined events, along with the handler function names and type checking for the function declarations.

You can also define your own events and functions to handle those events using the NOTIFY_SIG and VN_DEFINE macros. To understand more about event handling in a view, review the following topics:

See Also