Click or drag to resize

FindResultReceivedParameters Class

Inheritance Hierarchy
SystemObject
  DotNetBrowser.Search.HandlersFindResultReceivedParameters

Namespace:  DotNetBrowser.Search.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public sealed class FindResultReceivedParameters

The FindResultReceivedParameters type exposes the following members.

Properties
  NameDescription
Public propertyFindResult
Gets the find result.
Public propertyIsSearchFinished
Indicates whether the searching process was finished.
Public propertyTextFinder
Gets the ITextFinder instance associated with this object.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Represent object as string
(Overrides ObjectToString.)
Top
See Also