DWebBrowserEvents2::PropertyChange Event

Fires when the IWebBrowser2::PutProperty method of the object changes the value of a property.

Syntax

void PropertyChange(
    BSTR szProperty
);

Parameters

  • szProperty
    [in] A BSTR that specifies the name of the property whose value has changed.

Return Value

No return value.

Event DISPID

DISPID_PROPERTYCHANGE

The DISPID for this event is defined in exdispid.h. Use this value to identify the event handler when implementing IDispatch::Invoke.

Remarks

The WebBrowser object ignores this event.

See Also

IWebBrowser2::GetProperty, IWebBrowser2::PutProperty