DHTML_EVENT_ONKEYUP

Handles (at the document level) the onkeyup event originated by the HTML element identified by elemName.

DHTML_EVENT_ONKEYUP(elemName, memberFxn )

Paramètres

  • elemName
    An LPCWSTR holding the ID of the HTML element sourcing the event.

  • memberFxn
    The handler function for the event.

Notes

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

Configuration requise

Header: afxdhtml.h

Voir aussi

Référence

CDHtmlDialog, classe

Concepts

macro MFC et Globals

Autres ressources

tables d'événements DHTML