C# Class Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.WebViewControlScriptNotifyEventArgs

Provides data for the IWebView.ScriptNotify event. This class cannot be inherited.
Copy from Windows.Web.UI.WebViewControlScriptNotifyEventArgs to avoid requirement to link Windows.winmd
Inheritance: EventArgs
Mostrar archivo Open project: unoplatform/Uno.WindowsCommunityToolkit Class Usage Examples

Public Methods

Method Description
ToWebViewControlScriptNotifyEventArgs ( Windows.Web.UI.WebViewControlScriptNotifyEventArgs args ) : WebViewControlScriptNotifyEventArgs

Creates a WebViewControlScriptNotifyEventArgs from Windows.Web.UI.WebViewControlScriptNotifyEventArgs.

Private Methods

Method Description
WebViewControlScriptNotifyEventArgs ( Windows.Web.UI.WebViewControlScriptNotifyEventArgs args ) : System

Method Details

ToWebViewControlScriptNotifyEventArgs() public static method

Creates a WebViewControlScriptNotifyEventArgs from Windows.Web.UI.WebViewControlScriptNotifyEventArgs.
public static ToWebViewControlScriptNotifyEventArgs ( Windows.Web.UI.WebViewControlScriptNotifyEventArgs args ) : WebViewControlScriptNotifyEventArgs
args Windows.Web.UI.WebViewControlScriptNotifyEventArgs The instance containing the event data.
return WebViewControlScriptNotifyEventArgs