Table of Contents

Method OnTextFound

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

OnTextFound(string, SearchOptions, Regex, Match, Point, int, bool, bool)

When implemented by a class, occurs when search text is found.

void OnTextFound(string text, SearchOptions options, Regex expression, Match match, Point position, int len, bool silent, bool multiline)

Parameters

text string

Text being found.

options SearchOptions

Represents options to search text.

expression Regex

Represents a regular expression to find text.

match Match

Specifies match if regular expression search successful.

position Point

Specifies position of found text.

len int

Specifies length of found text.

silent bool

Determines if no visual feedback is required.

multiline bool

Determines if search text is found on multiple lines.