BEGIN_EVENTSINK_MAP(theClass, baseClass ) Параметры theClass Задаетимяклассаэлементауправления, этосопоставлениеприемникасобытий. baseClass Указываетимябазовогокласса th...
BEGIN_CONNECTION_MAP BEGIN_CONNECTION_PART BEGIN_DELEGATE_MAP BEGIN_DHTMLEDITING_CMDMAP BEGIN_DHTML_EVENT_MAP BEGIN_DHTML_EVENT_MAP_INLINE BEGIN_DHTML_URL_EVENT_MAP BEGIN_DISPATCH_MAP BEGIN_EMBED_DHTML_EVENT_MAP BEGIN_EVENT_MAP BEGIN_EVENTSINK_MAP BEGIN_INTERFACE_MAP BEGIN_MESSAGE_MAP BEGIN_TEMPLA...
In the implementation (.cpp) file that defines the member functions for your class, start the event sink map with theBEGIN_EVENTSINK_MAPmacro, then add macro entries for each event to be notified of, and complete the event sink map with theEND_EVENTSINK_MAPmacro. For more information on e...