ShellBrowser .Net Edition
SearchFileMatches Event
NamespacesJam.ShellFileListSearchFileMatches
Register to this event if you want to further investigate the files the component examines. In the FileMatchEventArgs you have access to the Filename and can explicitly specify whether the file matches, e.g. after you performed a pattern match within the data of the file.
Declaration Syntax
C#Visual BasicVisual C++
public event EventHandler<FileMatchEventArgs> SearchFileMatches
Public Event SearchFileMatches As EventHandler(Of FileMatchEventArgs)
public:
 event EventHandler<FileMatchEventArgs^>^ SearchFileMatches {
	void add (EventHandler<FileMatchEventArgs^>^ value);
	void remove (EventHandler<FileMatchEventArgs^>^ value);
}

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