fireChange method
Notifies the containing document that the value of the property has changed by firing the HTMLFrameSiteEvents::onpropertychange event on the element.
Syntax
HRESULT retVal = object.fireChange();
Parameters
This method has no parameters.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
If no PUT attribute is specified on the property, the HTMLFrameSiteEvents::onpropertychange is automatically fired when the property is set in the containing document.
Show: