Click or drag to resize

FileMatchEventArgs Class

Event arguments for the FileMatchEvent
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Jam.ShellFileMatchEventArgs

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
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