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
파일 보기 프로젝트 열기: unoplatform/Uno.WindowsCommunityToolkit 1 사용 예제들

공개 메소드들

메소드 설명
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