.NET Framework Class Library

DocumentText.OnTextSearchWrapAround Event

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > DocumentText Class > DocumentText Events >

.NET Framework Class Library

DocumentText.OnTextSearchWrapAround Event

Event to notify when the search reaches one end of the document and needs to continue from the other end.

Namespace: Gnostice.Core.DOM

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Event OnTextSearchWrapAround As EventHandler(Of TextSearchWrapAroundEventArgs)

C#

public event EventHandler<TextSearchWrapAroundEventArgsOnTextSearchWrapAround

Visual C++

public:
 event EventHandler<TextSearchWrapAroundEventArgs^>^ OnTextSearchWrapAround {
 void add (EventHandler<TextSearchWrapAroundEventArgs^>^ value);
 void remove (EventHandler<TextSearchWrapAroundEventArgs^>^ value);
}

See Also

DocumentText Class

DocumentText Members

Gnostice.Core.DOM Namespace