WebView2NavigationStartingEventArgs Class

Provides data for the NavigationStarting 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 Cancel bool Gets or sets a value indicating whether the event should be canceled.
Public property IsRedirected bool Gets a true/false value that is true if navigation has been redirected. This property is false if the navigation has not been redirected.
Public property IsUserInitiated bool Gets a true/false value that is true if the navigation was initiated by a user action. This property is false if the navigation was not initiated by user action.
Public property Uri enum Gets a string representing the URI (web address) to which navigation is starting.
 
Inheritance Hierarchy

elsystem.Object

elsystem.EventArgs

elsystem.windows.forms.WebView2NavigationStartingEventArgs