DECLARE_EVENT_MAP
Visual Studio .NET 2003
Each COleControl-derived class in your program can provide an event map to specify the events your control will fire.
DECLARE_EVENT_MAP( )
Remarks
Use the DECLARE_EVENT_MAP macro at the end of your class declaration. Then, in the .cpp file that defines the member functions for the class, use the BEGIN_EVENT_MAP macro, macro entries for each of the control's events, and the END_EVENT_MAP macro to declare the end of the event list.
For more information on event maps, see the article ActiveX Controls: Events.
See Also
MFC Macros and Globals | BEGIN_EVENT_MAP | END_EVENT_MAP | EVENT_CUSTOM | EVENT_CUSTOM_ID