Beispiel #1
0
 /// <summary>
 /// Creates a <see cref="WebViewControlPermissionRequestedEventArgs"/> from <see cref="Windows.Web.UI.WebViewControlPermissionRequestedEventArgs"/>.
 /// </summary>
 /// <param name="args">The <see cref="Windows.Web.UI.WebViewControlPermissionRequestedEventArgs"/> instance containing the event data.</param>
 /// <returns><see cref="WebViewControlPermissionRequestedEventArgs"/></returns>
 public static WebViewControlPermissionRequestedEventArgs ToWebViewControlPermissionRequestedEventArgs(
     Windows.Web.UI.WebViewControlPermissionRequestedEventArgs args) =>
 new WebViewControlPermissionRequestedEventArgs(args);
Beispiel #2
0
 internal WebViewControlPermissionRequestedEventArgs(Windows.Web.UI.WebViewControlPermissionRequestedEventArgs args)
 {
     _args = args;
 }