Click or drag to resize

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.0
Syntax
public event EventHandler<FileMatchEventArgs> SearchFileMatches

Value

Type: SystemEventHandlerFileMatchEventArgs
See Also