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