WebView.ScriptNotify Event
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.
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)