.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 > IPaginatedView.OnTextSelection Event |
Namespace: Gnostice.Core.Viewer
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Event OnTextSelection As EventHandler(Of OnTextSelectionEventArgs) |
C# |
event EventHandler<OnTextSelectionEventArgs> OnTextSelection |
Visual C++ |
event EventHandler<OnTextSelectionEventArgs^>^ OnTextSelection { |