BlazorWebView.BlazorWebViewInitializing Event

Definition

Raised before the web view is initialized. On some platforms this enables customizing the web view configuration.

public:
 event EventHandler<Microsoft::AspNetCore::Components::WebView::BlazorWebViewInitializingEventArgs ^> ^ BlazorWebViewInitializing;
public event EventHandler<Microsoft.AspNetCore.Components.WebView.BlazorWebViewInitializingEventArgs>? BlazorWebViewInitializing;
member this.BlazorWebViewInitializing : EventHandler<Microsoft.AspNetCore.Components.WebView.BlazorWebViewInitializingEventArgs> 
Public Event BlazorWebViewInitializing As EventHandler(Of BlazorWebViewInitializingEventArgs) 

Event Type

Applies to