DWebBrowserEvents2.PropertyChange Method
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 DWebBrowserEvents2
Dim szProperty As String
instance.PropertyChange(szProperty)
Syntax
'Declaration
<DispIdAttribute(112)> _
Sub PropertyChange ( _
<InAttribute> szProperty As String _
)
[DispIdAttribute(112)]
void PropertyChange (
[InAttribute] string szProperty
)
[DispIdAttribute(112)]
void PropertyChange (
[InAttribute] String^ szProperty
)
/** @attribute DispIdAttribute(112) */
void PropertyChange (
/** @attribute InAttribute() */ String szProperty
)
DispIdAttribute(112)
function PropertyChange (
szProperty : String
)
Parameters
- szProperty
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
DWebBrowserEvents2 Interface
DWebBrowserEvents2 Members
Microsoft.Uii.Csr.Browser.Web Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.