WebViewInitializedEventArgs(PlatformWebViewInitializedEventArgs) Constructor
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.
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.