BetterExplorer.Networks.AccountAuthWindow.NavigationRoutedEventArgs.NavigationRoutedEventArgs C# (CSharp) Метод

NavigationRoutedEventArgs() публичный Метод

public NavigationRoutedEventArgs ( System.Windows.RoutedEvent RoutedEvent, Uri uri, System response ) : System
RoutedEvent System.Windows.RoutedEvent
uri System.Uri
response System
Результат System
			public NavigationRoutedEventArgs(RoutedEvent RoutedEvent, Uri uri, System.Net.WebResponse response) {
				base.RoutedEvent = RoutedEvent;
				Uri = uri;
				Response = response;
			}
AccountAuthWindow.NavigationRoutedEventArgs