Share via


WebViewInitializingEventArgs(PlatformWebViewInitializingEventArgs) Constructor

Definition

Initializes a new instance of the WebViewInitializingEventArgs class with the specified platform-specific arguments.

public:
 WebViewInitializingEventArgs(Microsoft::Maui::Controls::PlatformWebViewInitializingEventArgs ^ platformArgs);
public WebViewInitializingEventArgs(Microsoft.Maui.Controls.PlatformWebViewInitializingEventArgs platformArgs);
new Microsoft.Maui.Controls.WebViewInitializingEventArgs : Microsoft.Maui.Controls.PlatformWebViewInitializingEventArgs -> Microsoft.Maui.Controls.WebViewInitializingEventArgs
Public Sub New (platformArgs As PlatformWebViewInitializingEventArgs)

Parameters

platformArgs
PlatformWebViewInitializingEventArgs

The platform-specific event arguments.

Applies to