WebView2NavigationCompletedEventArgs Class

Provides data for the NavigationCompleted event of the WebView2 control.

Namespace: elsystem.windows.forms

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property IsSuccess bool Gets a Boolean value that is true when navigation is successful, and false when navigation results in an error (navigation results in an error page).
Public property NavigationId int64 Gets the identification value of the navigation (as a 64-bit integer).
Public property WebErrorStatus enum Gets the error code (when navigation fails). See WebView2WebErrorStatus for a list of error codes.
 
Inheritance Hierarchy

elsystem.Object

elsystem.EventArgs

elsystem.windows.forms.WebView2NavigationCompletedEventArgs