Share via


WebViewInitializedEventArgs Class

Definition

Event arguments for the WebViewInitialized event.

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

Constructors

WebViewInitializedEventArgs(PlatformWebViewInitializedEventArgs)

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

Properties

PlatformArgs

Gets the platform-specific event arguments.

Applies to