CoreWebView2ScriptDialogOpeningEventArgs Class
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.
Event args for the ScriptDialogOpening event.
public class CoreWebView2ScriptDialogOpeningEventArgs
public class CoreWebView2ScriptDialogOpeningEventArgs : EventArgs
type CoreWebView2ScriptDialogOpeningEventArgs = class
type CoreWebView2ScriptDialogOpeningEventArgs = class
inherit EventArgs
Public Class CoreWebView2ScriptDialogOpeningEventArgs
Public Class CoreWebView2ScriptDialogOpeningEventArgs
Inherits EventArgs
- Inheritance
-
CoreWebView2ScriptDialogOpeningEventArgs
- Inheritance
-
CoreWebView2ScriptDialogOpeningEventArgs
Properties
DefaultText |
Gets the default value to use for the result of the |
Kind |
Gets the kind of JavaScript dialog box. |
Message |
Gets the message of the dialog box. |
ResultText |
Gets or sets the return value from the JavaScript |
Uri |
Gets the URI of the page that requested the dialog box. |
Methods
Accept() |
Responds with OK to |
GetDeferral() |
Gets a Deferral object. Use this to Complete the event at a later time. |