Share via


WebViewInitializedEventArgs(PlatformWebViewInitializedEventArgs) Constructor

Definition

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

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

Parameters

platformArgs
PlatformWebViewInitializedEventArgs

The platform-specific event arguments.

Applies to