DWebBrowserEvents2.PropertyChange(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fires when the IWebBrowser2::PutProperty method of the object changes the value of a property.
public:
void PropertyChange(System::String ^ szProperty);
public void PropertyChange (string szProperty);
abstract member PropertyChange : string -> unit
Public Sub PropertyChange (szProperty As String)
Parameters
- szProperty
- String