WebBrowserExtended.PropertyChange Event

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

Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)

Usage

'Usage
Dim instance As WebBrowserExtended
Dim handler As EventHandler(Of PropertyChangeEventArgs)

AddHandler instance.PropertyChange, handler

Syntax

'Declaration
<DescriptionAttribute("Fires when the IWebBrowser2::PutProperty method of the object changes the value of a property.")> _
<CategoryAttribute("DWebBrowserEvents2")> _
<BrowsableAttribute(True)> _
Public Event PropertyChange As EventHandler(Of PropertyChangeEventArgs)
[DescriptionAttribute("Fires when the IWebBrowser2::PutProperty method of the object changes the value of a property.")] 
[CategoryAttribute("DWebBrowserEvents2")] 
[BrowsableAttribute(true)] 
public event EventHandler<PropertyChangeEventArgs> PropertyChange
[DescriptionAttribute(L"Fires when the IWebBrowser2::PutProperty method of the object changes the value of a property.")] 
[CategoryAttribute(L"DWebBrowserEvents2")] 
[BrowsableAttribute(true)] 
public:
event EventHandler<PropertyChangeEventArgs^>^ PropertyChange {
    void add (EventHandler<PropertyChangeEventArgs^>^ value);
    void remove (EventHandler<PropertyChangeEventArgs^>^ value);
}
/** @event */
public void add_PropertyChange (EventHandler<PropertyChangeEventArgs> value)

/** @event */
public void remove_PropertyChange (EventHandler<PropertyChangeEventArgs> value)

Platforms

See Also

Reference

WebBrowserExtended Class
WebBrowserExtended Members
Microsoft.Uii.Csr.Browser.Web Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.