The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
BEGIN_EVENT_MAP
Begins the definition of your event map.
BEGIN_EVENT_MAP( theClass , baseClass )
- theClass
Specifies the name of the control class whose event map this is.
- baseClass
Specifies the name of the base class of theClass.
In the implementation (.cpp) file that defines the member functions for your class, start the event map with the BEGIN_EVENT_MAP macro, then add macro entries for each of your events, and complete the event map with the END_EVENT_MAP macro.
For more information on event maps and the BEGIN_EVENT_MAP macro, see the article ActiveX Controls: Events.
Requirements
Header: afxctl.h
Show: