DHTML_EVENT_TAG

Handles (at the document level) an event identified by dispid originated by any HTML element with the HTML tag identified by elemName.

DHTML_EVENT_TAG(dispid, elemName, memberFxn )

Parameters

  • dispid
    The dispatch ID of the event to be handled.

  • elemName
    The HTML tag of the HTML elements sourcing the event.

  • memberFxn
    The handler function for the event.

Remarks

Use this macro to add an entry to the DHTML event map in your class.

Requirements

Header: afxdhtml.h

See Also

Reference

CDHtmlDialog Class

Concepts

MFC Macros and Globals

Other Resources

DHTML Event Maps