.NET Framework Class Library

DocumentViewer.OnTextSelection Event

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WPF Namespace > DocumentViewer Class > DocumentViewer Events >

.NET Framework Class Library

DocumentViewer.OnTextSelection Event

Occurs when the end-user selects the text in the viewer.

Namespace: Gnostice.Controls.WPF

Assembly:  Gnostice.Controls.WPF (in Gnostice.Controls.WPF.dll)

Syntax

Visual Basic

Public Event OnTextSelection As EventHandler(Of OnTextSelectionEventArgs)

C#

public event EventHandler<OnTextSelectionEventArgsOnTextSelection

Visual C++

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

See Also

DocumentViewer Class

DocumentViewer Members

Gnostice.Controls.WPF Namespace