Table of Contents

Delegate TextFoundEvent

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

Represents a method that will handle the SearchManager.TextFound event.

public delegate void TextFoundEvent(object sender, TextFoundEventArgs e)

Parameters

sender object

The source of the event.

e TextFoundEventArgs

A TextFoundEventArgs that contains the event data.