C# Class BetterExplorer.Networks.AccountAuthWindow

Interaction logic for AccountAuthWindow.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Свойство Type Description
AddedService string
BeginLoginEvent System.Windows.RoutedEvent
NavigatedEvent System.Windows.RoutedEvent
Parameter object
yep bool

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
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

Method Details

AccountAuthWindow() public méthode

public AccountAuthWindow ( ) : System
Résultat System

Complete() public méthode

public Complete ( bool Success, string Service, object Parameter = null ) : void
Success bool
Service string
Parameter object
Résultat void

Dropbox_ItemSelected() public méthode

public Dropbox_ItemSelected ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

LoadSocialMediaServices() public méthode

public LoadSocialMediaServices ( ) : void
Résultat void

LoadStorageServices() public méthode

public LoadStorageServices ( ) : void
Résultat void

NavigateTo() public méthode

public NavigateTo ( string url ) : void
url string
Résultat void

Pastebin_BeginLogin() public méthode

public Pastebin_BeginLogin ( object sender, AccountAuthWindow e ) : void
sender object
e AccountAuthWindow
Résultat void

Pastebin_ItemSelected() public méthode

public Pastebin_ItemSelected ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

RaiseBeginLoginEvent() public méthode

public RaiseBeginLoginEvent ( string username, string password ) : void
username string
password string
Résultat void

RaiseNavigatedEvent() public méthode

public RaiseNavigatedEvent ( Uri address, System response ) : void
address System.Uri
response System
Résultat void

RemoveRoutedEventHandlers() public static méthode

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.
Résultat void

Property Details

AddedService public_oe property

public string AddedService
Résultat string

BeginLoginEvent public_oe static_oe property

public static RoutedEvent,System.Windows BeginLoginEvent
Résultat System.Windows.RoutedEvent

NavigatedEvent public_oe static_oe property

public static RoutedEvent,System.Windows NavigatedEvent
Résultat System.Windows.RoutedEvent

Parameter public_oe property

public object Parameter
Résultat object

yep public_oe property

public bool yep
Résultat bool