C# Class BetterExplorer.Networks.AccountAuthWindow

Interaction logic for AccountAuthWindow.xaml
Inheritance: System.Windows.Window
Mostrar archivo Open project: Gainedge/BetterExplorer Class Usage Examples

Public Properties

Property Type Description
AddedService string
BeginLoginEvent System.Windows.RoutedEvent
NavigatedEvent System.Windows.RoutedEvent
Parameter object
yep bool

Public Methods

Method 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

Method 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 method

public AccountAuthWindow ( ) : System
return System

Complete() public method

public Complete ( bool Success, string Service, object Parameter = null ) : void
Success bool
Service string
Parameter object
return void

Dropbox_ItemSelected() public method

public Dropbox_ItemSelected ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

LoadSocialMediaServices() public method

public LoadSocialMediaServices ( ) : void
return void

LoadStorageServices() public method

public LoadStorageServices ( ) : void
return void

NavigateTo() public method

public NavigateTo ( string url ) : void
url string
return void

Pastebin_BeginLogin() public method

public Pastebin_BeginLogin ( object sender, AccountAuthWindow e ) : void
sender object
e AccountAuthWindow
return void

Pastebin_ItemSelected() public method

public Pastebin_ItemSelected ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

RaiseBeginLoginEvent() public method

public RaiseBeginLoginEvent ( string username, string password ) : void
username string
password string
return void

RaiseNavigatedEvent() public method

public RaiseNavigatedEvent ( Uri address, System response ) : void
address System.Uri
response System
return void

RemoveRoutedEventHandlers() public static method

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.
return void

Property Details

AddedService public_oe property

public string AddedService
return string

BeginLoginEvent public_oe static_oe property

public static RoutedEvent,System.Windows BeginLoginEvent
return System.Windows.RoutedEvent

NavigatedEvent public_oe static_oe property

public static RoutedEvent,System.Windows NavigatedEvent
return System.Windows.RoutedEvent

Parameter public_oe property

public object Parameter
return object

yep public_oe property

public bool yep
return bool