Class TextFoundEventArgs
Provides data for the TextFoundEvent
handler.
public class TextFoundEventArgs : EventArgs
- Inheritance
-
TextFoundEventArgs
Constructors
- TextFoundEventArgs(ISearch)
Initializes a new instance of the
TextFoundEventArgs
class with specified parameters.
- TextFoundEventArgs(string, string, SearchOptions, Regex, Match, Point, int, bool)
Initializes a new instance of the
TextFoundEventArgs
class with specified parameters.
Properties
- Expression
Represents a regular expression to find text.
- FileName
Name of file where text found.
- Len
Length of found text.
- Match
Match if regular expression search successful.
- MultiLine
Determines if search text is found on multiple lines.
- Options
Defines search behavior.
- Position
Position where text was found.
- Search
Search engine where text was found.
- Text
Found text.