BlazorWebView.BlazorWebViewInitialized 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 après sa création.
public:
property EventHandler<Microsoft::AspNetCore::Components::WebView::BlazorWebViewInitializedEventArgs ^> ^ BlazorWebViewInitialized { EventHandler<Microsoft::AspNetCore::Components::WebView::BlazorWebViewInitializedEventArgs ^> ^ get(); void set(EventHandler<Microsoft::AspNetCore::Components::WebView::BlazorWebViewInitializedEventArgs ^> ^ value); };
public EventHandler<Microsoft.AspNetCore.Components.WebView.BlazorWebViewInitializedEventArgs> BlazorWebViewInitialized { get; set; }
member this.BlazorWebViewInitialized : EventHandler<Microsoft.AspNetCore.Components.WebView.BlazorWebViewInitializedEventArgs> with get, set
Public Property BlazorWebViewInitialized As EventHandler(Of BlazorWebViewInitializedEventArgs)