C# Class KeePass.Sources.OneDrive.List

Afficher le fichier Open project: 0x49D1/WinPass Class Usage Examples

Méthodes publiques

Méthode Description
List ( ) : System

Méthodes protégées

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

Private Methods

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

public List ( ) : System
Résultat System

OnBackKeyPress() protected méthode

protected OnBackKeyPress ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( bool cancelled, System.Windows.Navigation.NavigationEventArgs e ) : void
cancelled bool
e System.Windows.Navigation.NavigationEventArgs
Résultat void