Share via


WebViewInitializingEventArgs Class

Definition

Event arguments for the WebViewInitializing event.

public ref class WebViewInitializingEventArgs : EventArgs
public class WebViewInitializingEventArgs : EventArgs
type WebViewInitializingEventArgs = class
    inherit EventArgs
Public Class WebViewInitializingEventArgs
Inherits EventArgs
Inheritance
WebViewInitializingEventArgs

Constructors

WebViewInitializingEventArgs(PlatformWebViewInitializingEventArgs)

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

Properties

PlatformArgs

Gets the platform-specific event arguments.

Applies to