BEGIN_EVENTSINK_MAP

Begins the definition of your event sink map.

BEGIN_EVENTSINK_MAP(theClass, baseClass )

Parameters

  • theClass
    Specifies the name of the control class whose event sink map this is.

  • baseClass
    Specifies the name of the base class of theClass.

Remarks

In the implementation (.cpp) file that defines the member functions for your class, start the event sink map with the BEGIN_EVENTSINK_MAP macro, then add macro entries for each event to be notified of, and complete the event sink map with the END_EVENTSINK_MAP macro.

For more information on event sink maps and OLE control containers, see the article ActiveX Control Containers.

Requirements

Header: afxdisp.h

See Also

Reference

DECLARE_EVENTSINK_MAP

END_EVENTSINK_MAP

Concepts

MFC Macros and Globals