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.2
Syntax
protected void OnFileMatches(
	FileMatchEventArgs p_EventArgs
)

Parameters

p_EventArgs  FileMatchEventArgs
The FileMatchEventArgs.
See Also