DHTML_EVENT_ONBLUR

 

Handles (at the element level) the onblur event. This is a nonbubbling event.

Syntax

DHTML_EVENT_ONBLUR(
elemName
, 
memberFxn
 )

Parameters

  • elemName
    An LPCWSTR holding the ID of the HTML element 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

MFC Macros and Globals
DHTML Event Maps
CDHtmlDialog Class