CoreWebView2ContentLoadingEventArgs Class

Definition

Event args for the ContentLoading event.

public class CoreWebView2ContentLoadingEventArgs
public class CoreWebView2ContentLoadingEventArgs : EventArgs
type CoreWebView2ContentLoadingEventArgs = class
type CoreWebView2ContentLoadingEventArgs = class
    inherit EventArgs
Public Class CoreWebView2ContentLoadingEventArgs
Public Class CoreWebView2ContentLoadingEventArgs
Inherits EventArgs
Inheritance
CoreWebView2ContentLoadingEventArgs
Inheritance
CoreWebView2ContentLoadingEventArgs

Properties

IsErrorPage

true if the loaded content is an error page.

NavigationId

Gets the ID of the navigation.

Applies to