.NET Framework Class Library

IPaginatedView.OnTextSelection Event

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.Viewer Namespace > IPaginatedView Interface > IPaginatedView Events >

.NET Framework Class Library

IPaginatedView.OnTextSelection Event

Namespace: Gnostice.Core.Viewer

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

Syntax

Visual Basic

Event OnTextSelection As EventHandler(Of OnTextSelectionEventArgs)

C#

event EventHandler<OnTextSelectionEventArgsOnTextSelection

Visual C++

 event EventHandler<OnTextSelectionEventArgs^>^ OnTextSelection {
 void add (EventHandler<OnTextSelectionEventArgs^>^ value);
 void remove (EventHandler<OnTextSelectionEventArgs^>^ value);
}

See Also

IPaginatedView Interface

IPaginatedView Members

Gnostice.Core.Viewer Namespace