Click or drag to resize

BeforeSearchCancelEventArgs Class

EventArgs that can be used to control a search operation via the BeforeSearch event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    System.ComponentModelCancelEventArgs
      Jam.ShellBeforeSearchCancelEventArgs

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public class BeforeSearchCancelEventArgs : CancelEventArgs

The BeforeSearchCancelEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyContentSearch Allows to set the ContentSearch value for the next search.
Public propertySearchPhrase Holds the search phrase, that the user has given. It can be changed. Doing so will not be reflected to the user via the ShellSearchEdit.
Public propertySearchScope Holds the search scope, i.e. where the search is executed.
Top
See Also