.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 > 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)
Visual Basic |
Public Event OnTextSearchWrapAround As EventHandler(Of TextSearchWrapAroundEventArgs) |
C# |
public event EventHandler<TextSearchWrapAroundEventArgs> OnTextSearchWrapAround |
Visual C++ |
public: |