C# Class VS_QuickNavigation.QuickFileToolWindowControl

Inheritance: System.Windows.Controls.UserControl, INotifyPropertyChanged
Mostrar archivo Open project: thennequin/VS-QuickNavigation Class Usage Examples

Public Methods

Method Description
QuickFileToolWindowControl ( QuickFileToolWindow oQuickFileToolWindow, bool bHistoryOnly ) : System

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

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

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

QuickFileToolWindowControl() public method

public QuickFileToolWindowControl ( QuickFileToolWindow oQuickFileToolWindow, bool bHistoryOnly ) : System
oQuickFileToolWindow QuickFileToolWindow
bHistoryOnly bool
return System