Table of Contents

Constructor TextFoundEventArgs

Namespace
Alternet.Editor.TextSource
Assembly
Alternet.Editor.AlternetUI.v10.dll

TextFoundEventArgs(ISearch)

public TextFoundEventArgs(ISearch search)

Parameters

search ISearch

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

public TextFoundEventArgs(string fileName, string text, SearchOptions options, Regex expression, Match match, Point position, int len, bool multiLine)

Parameters

fileName string
text string
options SearchOptions
expression Regex
match Match
position Point
len int
multiLine bool