ShellBrowser .Net Edition
SearchProgressChanged Event
NamespacesJam.ShellFileListSearchProgressChanged
This event is fired everytime the progress of the searcher changes, that is when new items are filled to the FileList.
Declaration Syntax
C#Visual BasicVisual C++
public event EventHandler<SearchProgressChangedEventArgs> SearchProgressChanged
Public Event SearchProgressChanged As EventHandler(Of SearchProgressChangedEventArgs)
public:
 event EventHandler<SearchProgressChangedEventArgs^>^ SearchProgressChanged {
	void add (EventHandler<SearchProgressChangedEventArgs^>^ value);
	void remove (EventHandler<SearchProgressChangedEventArgs^>^ value);
}

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)