WebView.UnviewableContentIdentified Event

Definition

Occurs when IWebView attempts to navigate to a content type it cannot render. Like other navigation events, it is only triggered by top level navigations.

public event EventHandler<Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.WebViewControlUnviewableContentIdentifiedEventArgs> UnviewableContentIdentified;
member this.UnviewableContentIdentified : EventHandler<Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.WebViewControlUnviewableContentIdentifiedEventArgs> 
Public Event UnviewableContentIdentified As EventHandler(Of WebViewControlUnviewableContentIdentifiedEventArgs) 

Event Type

Implements

Remarks

Event is triggered as soon as the content that can be identified is unsupported. For HTTP(s) content, this is right after the headers have been received.

Applies to