DHTML_EVENT_ONCHANGE
Visual Studio .NET 2003
Handles (at the element level) the onchange event. This is a nonbubbling event.
DHTML_EVENT_ONCHANGE(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.