MFC Library Reference
END_DHTML_URL_EVENT_MAP
Marks the end of a DHTML and URL event map.
END_DHTML_URL_EVENT_MAP(className)
Parameter
- className
- The name of the class containing the event map. This class should derive directly or indirectly from CMultiPageDHtmlDialog. This should match className in the corresponding BEGIN_DHTML_URL_EVENT_MAP macro.
Example
See the example in BEGIN_DHTML_URL_EVENT_MAP.