onmessage property

Sets or retrieves a pointer to the event handler function associated with the onmessage event.

 

Syntax

HRESULT value = object.put_onmessage(VARIANT v);HRESULT value = object.get_onmessage(VARIANT* p);

Property values

Type: VARIANT

the IDispatch interface of an object with a default method that is invoked when the event occurs.

Remarks

Windows Internet Explorer 9. This event has been extended to IHTMLBodyElement4.

See also

HTMLWindowEvents3::onmessage