C# 클래스 BetterExplorer.Networks.AccountAuthWindow

Interaction logic for AccountAuthWindow.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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