HybridWebView.WebViewInitializing Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)