| 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.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
 Syntax
Syntaxprotected void OnFileMatches(
	FileMatchEventArgs p_EventArgs
)
Protected Sub OnFileMatches ( 
	p_EventArgs As FileMatchEventArgs
)
protected:
void OnFileMatches(
	FileMatchEventArgs^ p_EventArgs
)
member OnFileMatches : 
        p_EventArgs : FileMatchEventArgs -> unit 
Parameters
- p_EventArgs
- Type: Jam.ShellFileMatchEventArgs
 The FileMatchEventArgs.
 See Also
See Also