IHTMLOptionButtonElement::get_onchangeIHTMLOptionButtonElement::get_onchange*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLOptionButtonElement::put_onchange
*Next Topic: IHTMLOptionButtonElement::put_disabled

IHTMLOptionButtonElement::get_onchange


HRESULT get_onchange( 
    VARIANT *p 
);

Retrieves the inline script associated with the onchange event on the OptionButtonElement. This event occurs when the contents of the object have changed.

p
Address of a VARIANT structure that contains the script.

For more information on inline script, see Attaching an Event Handler in the Understanding the Event Model documentation.

See also put_onchange

Up Top of Page


IHTMLOptionButtonElement::put_onchange


HRESULT put_onchange(
    VARIANT v 
);

Sets the inline script associated with the onchange event on the OptionButtonElement. This event occurs when the contents of the object have changed.

v
VARIANT structure that contains the script to be set.

For more information on inline script, see Attaching an Event Handler in the Understanding the Event Model documentation.

See also get_onchange


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.