BlazorWebView.BlazorWebViewInitializing Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Permet de personnaliser l’affichage web avant sa création.
public:
property EventHandler<Microsoft::AspNetCore::Components::WebView::BlazorWebViewInitializingEventArgs ^> ^ BlazorWebViewInitializing { EventHandler<Microsoft::AspNetCore::Components::WebView::BlazorWebViewInitializingEventArgs ^> ^ get(); void set(EventHandler<Microsoft::AspNetCore::Components::WebView::BlazorWebViewInitializingEventArgs ^> ^ value); };
public EventHandler<Microsoft.AspNetCore.Components.WebView.BlazorWebViewInitializingEventArgs> BlazorWebViewInitializing { get; set; }
member this.BlazorWebViewInitializing : EventHandler<Microsoft.AspNetCore.Components.WebView.BlazorWebViewInitializingEventArgs> with get, set
Public Property BlazorWebViewInitializing As EventHandler(Of BlazorWebViewInitializingEventArgs)