Click or drag to resize

FileListOnFileMatches Method

Fires an event that a file matches the default search criteria if the user registers to the SearchFileMatches event the user can further decide whether the file should match.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
protected void OnFileMatches(
	FileMatchEventArgs p_EventArgs
)

Parameters

p_EventArgs
Type: Jam.ShellFileMatchEventArgs
The FileMatchEventArgs.
See Also