WebBrowserExtended.PrivacyImpactedStateChange Event
Fired when an event occurs that impacts privacy, or when a user navigates away from a URL that has impacted privacy.
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 PrivacyImpactedStateChangeEventArgs)
AddHandler instance.PrivacyImpactedStateChange, handler
Syntax
'Declaration
<BrowsableAttribute(True)> _
<DescriptionAttribute("Fired when an event occurs that impacts privacy, or when a user navigates away from a URL that has impacted privacy.")> _
<CategoryAttribute("DWebBrowserEvents2")> _
Public Event PrivacyImpactedStateChange As EventHandler(Of PrivacyImpactedStateChangeEventArgs)
[BrowsableAttribute(true)]
[DescriptionAttribute("Fired when an event occurs that impacts privacy, or when a user navigates away from a URL that has impacted privacy.")]
[CategoryAttribute("DWebBrowserEvents2")]
public event EventHandler<PrivacyImpactedStateChangeEventArgs> PrivacyImpactedStateChange
[BrowsableAttribute(true)]
[DescriptionAttribute(L"Fired when an event occurs that impacts privacy, or when a user navigates away from a URL that has impacted privacy.")]
[CategoryAttribute(L"DWebBrowserEvents2")]
public:
event EventHandler<PrivacyImpactedStateChangeEventArgs^>^ PrivacyImpactedStateChange {
void add (EventHandler<PrivacyImpactedStateChangeEventArgs^>^ value);
void remove (EventHandler<PrivacyImpactedStateChangeEventArgs^>^ value);
}
/** @event */
public void add_PrivacyImpactedStateChange (EventHandler<PrivacyImpactedStateChangeEventArgs> value)
/** @event */
public void remove_PrivacyImpactedStateChange (EventHandler<PrivacyImpactedStateChangeEventArgs> 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.