BlazorWebView.BlazorWebViewInitializing Evento

Definição

Gerado antes que o modo de exibição da Web seja inicializado. Em algumas plataformas, isso permite personalizar a configuração de exibição da Web.

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) 

Tipo de evento

Aplica-se a