Compartir a través de


WpfBrowser.PrivacyImpactedStateChange Event

Fires when an event that impacts privacy occurs, or when a user navigates away from a URL that has impacted privacy.

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 PrivacyImpactedStateChangeEventArgs)

AddHandler instance.PrivacyImpactedStateChange, handler

Syntax

'Declaration
<DescriptionAttribute("Fired when an event occurs that impacts privacy, or when a user navigates away from a URL that has impacted privacy.")> _
<BrowsableAttribute(True)> _
<CategoryAttribute("DWebBrowserEvents2")> _
Public Event PrivacyImpactedStateChange As EventHandler(Of PrivacyImpactedStateChangeEventArgs)
[DescriptionAttribute("Fired when an event occurs that impacts privacy, or when a user navigates away from a URL that has impacted privacy.")] 
[BrowsableAttribute(true)] 
[CategoryAttribute("DWebBrowserEvents2")] 
public event EventHandler<PrivacyImpactedStateChangeEventArgs> PrivacyImpactedStateChange
[DescriptionAttribute(L"Fired when an event occurs that impacts privacy, or when a user navigates away from a URL that has impacted privacy.")] 
[BrowsableAttribute(true)] 
[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

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.