Click or drag to resize

FileMatchEventArgs Class

Event arguments for the FileMatchEvent
Inheritance Hierarchy

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public class FileMatchEventArgs : EventArgs

The FileMatchEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodFileMatchEventArgs
The standard construct, given the full filepath as a parameter
Top
Properties
  NameDescription
Public propertyFile
The absolute filename of the item that is currently diagnosed of matching the search criterion.
Public propertyFileMatchesSearchCriterion
Set this to false if the file does not match the search criterion anymore and shall not be added to the FileList
Top
See Also