Share via


WebView.UnsafeContentWarningDisplaying Event

Definition

Occurs when the WebView shows a warning page for content that was reported as unsafe by SmartScreen Filter.

public event TypedEventHandler<WebView,object> UnsafeContentWarningDisplaying;
<WebView UnsafeContentWarningDisplaying="eventhandler" />

Event Type

Remarks

This event is not implemented on Windows Phone 8.1 and will never be raised.

This event occurs when the warning page appears. If the user chooses to continue the navigation, subsequent navigation to the page will not display the warning nor fire the event.

Applies to