Partager via


WebBrowserExtended.PrivacyImpactedStateChange Event

Definition

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

public:
 event EventHandler<Microsoft::Uii::Csr::Browser::Web::PrivacyImpactedStateChangeEventArgs ^> ^ PrivacyImpactedStateChange;
[System.ComponentModel.Browsable(true)]
public event EventHandler<Microsoft.Uii.Csr.Browser.Web.PrivacyImpactedStateChangeEventArgs> PrivacyImpactedStateChange;
[<System.ComponentModel.Browsable(true)>]
member this.PrivacyImpactedStateChange : EventHandler<Microsoft.Uii.Csr.Browser.Web.PrivacyImpactedStateChangeEventArgs> 
Public Custom Event PrivacyImpactedStateChange As EventHandler(Of PrivacyImpactedStateChangeEventArgs) 

Event Type

Attributes

Applies to