WebViewInitializingEventArgs(PlatformWebViewInitializingEventArgs) 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 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.