Share via


HybridWebView.WebViewInitializing Event

Definition

Raised when the web view is initializing. This event allows the application to perform additional configuration.

public:
 event EventHandler<Microsoft::Maui::Controls::WebViewInitializingEventArgs ^> ^ WebViewInitializing;
public event EventHandler<Microsoft.Maui.Controls.WebViewInitializingEventArgs>? WebViewInitializing;
member this.WebViewInitializing : EventHandler<Microsoft.Maui.Controls.WebViewInitializingEventArgs> 
Public Event WebViewInitializing As EventHandler(Of WebViewInitializingEventArgs) 

Event Type

Applies to