WpfBrowser.PropertyChange Event
Fires when the IWebBrowser2 PutProperty method of the object changes the value of a property.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As WpfBrowser
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.")> _
<BrowsableAttribute(True)> _
<CategoryAttribute("DWebBrowserEvents2")> _
Public Event PropertyChange As EventHandler(Of PropertyChangeEventArgs)
[DescriptionAttribute("Fires when the IWebBrowser2::PutProperty method of the object changes the value of a property.")]
[BrowsableAttribute(true)]
[CategoryAttribute("DWebBrowserEvents2")]
public event EventHandler<PropertyChangeEventArgs> PropertyChange
[DescriptionAttribute(L"Fires when the IWebBrowser2::PutProperty method of the object changes the value of a property.")]
[BrowsableAttribute(true)]
[CategoryAttribute(L"DWebBrowserEvents2")]
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
WpfBrowser Class
WpfBrowser Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.