Edit

Share via


WebView.ScriptNotify Event

Definition

Occurs when the content contained in the IWebView control passes a string to the application by using JavaScript.

public event EventHandler<Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.WebViewControlScriptNotifyEventArgs> ScriptNotify;
member this.ScriptNotify : EventHandler<Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.WebViewControlScriptNotifyEventArgs> 
Public Event ScriptNotify As EventHandler(Of WebViewControlScriptNotifyEventArgs) 

Event Type

Implements

Applies to