C# Class KeePass.Sources.OneDrive.List

显示文件 Open project: 0x49D1/WinPass Class Usage Examples

Public Methods

Method Description
List ( ) : System

Protected Methods

Method Description
OnBackKeyPress ( CancelEventArgs e ) : void
OnNavigatedTo ( bool cancelled, System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

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

Method Details

List() public method

public List ( ) : System
return System

OnBackKeyPress() protected method

protected OnBackKeyPress ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnNavigatedTo() protected method

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