Click or drag to resize

SearchCompletedEventArgs Class

The SearchCompletedEventArgs contains data for the SearchCompleted event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Jam.ShellSearchCompletedEventArgs

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public class SearchCompletedEventArgs : EventArgs

The SearchCompletedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodSearchCompletedEventArgs
Initializes a new instance of the SearchCompletedEventArgs class, the EventArgs are initialized as NOT cancelled and NO error.
Public methodSearchCompletedEventArgs(Boolean)
Initializes a new instance of the SearchCompletedEventArgs class
Public methodSearchCompletedEventArgs(Exception)
Initializes a new instance of the SearchCompletedEventArgs class.
Top
Properties
  NameDescription
Public propertyCancelled
Returns true if the Search was cancelled.
Public propertyError
Returns null if no Error occured, the Exception otherwise.
Top
See Also