FileListSearchFileMatches Event |
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.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax 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);
}
member SearchFileMatches : IEvent<EventHandler<FileMatchEventArgs>,
FileMatchEventArgs>
Value
Type:
SystemEventHandlerFileMatchEventArgsSee Also