C# Класс 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
Наследование: EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ToWebViewControlScriptNotifyEventArgs ( Windows.Web.UI.WebViewControlScriptNotifyEventArgs args ) : WebViewControlScriptNotifyEventArgs

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

Приватные методы

Метод Описание
WebViewControlScriptNotifyEventArgs ( Windows.Web.UI.WebViewControlScriptNotifyEventArgs args ) : System

Описание методов

ToWebViewControlScriptNotifyEventArgs() публичный статический Метод

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.
Результат WebViewControlScriptNotifyEventArgs