C# 클래스 KeePass.Sources.OneDrive.List

파일 보기 프로젝트 열기: 0x49D1/WinPass 1 사용 예제들

공개 메소드들

메소드 설명
List ( ) : System

보호된 메소드들

메소드 설명
OnBackKeyPress ( CancelEventArgs e ) : void
OnNavigatedTo ( bool cancelled, System.Windows.Navigation.NavigationEventArgs e ) : void

비공개 메소드들

메소드 설명
OnFileDownloaded ( MetaListItemInfo item, string path, byte bytes ) : void
RefreshList ( string path ) : void
cmdRefresh_Click ( object sender, EventArgs e ) : void
lstItems_SelectionChanged ( object sender, NavigationListControl e ) : void

메소드 상세

List() 공개 메소드

public List ( ) : System
리턴 System

OnBackKeyPress() 보호된 메소드

protected OnBackKeyPress ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

OnNavigatedTo() 보호된 메소드

protected OnNavigatedTo ( bool cancelled, System.Windows.Navigation.NavigationEventArgs e ) : void
cancelled bool
e System.Windows.Navigation.NavigationEventArgs
리턴 void