DWebBrowserEvents2.PrivacyImpactedStateChange(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fired when an event occurs that impacts privacy, or when a user navigates away from a URL that has impacted privacy.
public:
void PrivacyImpactedStateChange(bool bImpacted);
public void PrivacyImpactedStateChange (bool bImpacted);
abstract member PrivacyImpactedStateChange : bool -> unit
Public Sub PrivacyImpactedStateChange (bImpacted As Boolean)
Parameters
- bImpacted
- Boolean