C# Class VS_QuickNavigation.QuickFileToolWindowControl

Inheritance: System.Windows.Controls.UserControl, INotifyPropertyChanged
Afficher le fichier Open project: thennequin/VS-QuickNavigation Class Usage Examples

Méthodes publiques

Méthode Description
QuickFileToolWindowControl ( QuickFileToolWindow oQuickFileToolWindow, bool bHistoryOnly ) : System

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Méthode Description
OnClosing ( object sender, CancelEventArgs e ) : void
OnFilesChanged ( ) : void
OpenCurrentSelection ( ) : void
RefreshList ( ) : void
listView_KeyDown ( object sender, System e ) : void
listView_MouseDoubleClick ( object sender, System e ) : void
textBox_KeyDown ( object sender, System e ) : void
textBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

QuickFileToolWindowControl() public méthode

public QuickFileToolWindowControl ( QuickFileToolWindow oQuickFileToolWindow, bool bHistoryOnly ) : System
oQuickFileToolWindow QuickFileToolWindow
bHistoryOnly bool
Résultat System