C# Класс BetterExplorer.Networks.AccountAuthWindow

Interaction logic for AccountAuthWindow.xaml
Наследование: System.Windows.Window
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
AddedService string
BeginLoginEvent System.Windows.RoutedEvent
NavigatedEvent System.Windows.RoutedEvent
Parameter object
yep bool

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

Метод Описание
AccountAuthWindow ( ) : System
Complete ( bool Success, string Service, object Parameter = null ) : void
Dropbox_ItemSelected ( object sender, EventArgs e ) : void
LoadSocialMediaServices ( ) : void
LoadStorageServices ( ) : void
NavigateTo ( string url ) : void
Pastebin_BeginLogin ( object sender, AccountAuthWindow e ) : void
Pastebin_ItemSelected ( object sender, EventArgs e ) : void
RaiseBeginLoginEvent ( string username, string password ) : void
RaiseNavigatedEvent ( Uri address, System response ) : void
RemoveRoutedEventHandlers ( UIElement element, System.Windows.RoutedEvent routedEvent ) : void

Removes all event handlers subscribed to the specified routed event from the specified element.

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

Метод Описание
BackButton_Click ( object sender, EventArgs e ) : void
BackButton_Click_1 ( object sender, EventArgs e ) : void
Button_Click ( object sender, RoutedEventArgs e ) : void
HandleDropboxAuth ( object sender, NavigationRoutedEventArgs e ) : void
SetUpDropbox ( ) : void
Window_Closing ( object sender, System e ) : void
btnCancel_Click ( object sender, RoutedEventArgs e ) : void
btnLogin_Click ( object sender, RoutedEventArgs e ) : void
wBrowser_Navigated ( object sender, System e ) : void

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

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

public AccountAuthWindow ( ) : System
Результат System

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

public Complete ( bool Success, string Service, object Parameter = null ) : void
Success bool
Service string
Parameter object
Результат void

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

public Dropbox_ItemSelected ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

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

public LoadSocialMediaServices ( ) : void
Результат void

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

public LoadStorageServices ( ) : void
Результат void

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

public NavigateTo ( string url ) : void
url string
Результат void

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

public Pastebin_BeginLogin ( object sender, AccountAuthWindow e ) : void
sender object
e AccountAuthWindow
Результат void

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

public Pastebin_ItemSelected ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

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

public RaiseBeginLoginEvent ( string username, string password ) : void
username string
password string
Результат void

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

public RaiseNavigatedEvent ( Uri address, System response ) : void
address System.Uri
response System
Результат void

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

Removes all event handlers subscribed to the specified routed event from the specified element.
public static RemoveRoutedEventHandlers ( UIElement element, System.Windows.RoutedEvent routedEvent ) : void
element UIElement The UI element on which the routed event is defined.
routedEvent System.Windows.RoutedEvent The routed event for which to remove the event handlers.
Результат void

Описание свойств

AddedService публичное свойство

public string AddedService
Результат string

BeginLoginEvent публичное статическое свойство

public static RoutedEvent,System.Windows BeginLoginEvent
Результат System.Windows.RoutedEvent

NavigatedEvent публичное статическое свойство

public static RoutedEvent,System.Windows NavigatedEvent
Результат System.Windows.RoutedEvent

Parameter публичное свойство

public object Parameter
Результат object

yep публичное свойство

public bool yep
Результат bool