.NET Framework Class Library
DocumentViewer.OnAreaSelection 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.OnAreaSelection Event |
Occurs when the end-user selects a region of the page.
Namespace: Gnostice.Controls.WPF
Assembly: Gnostice.Controls.WPF (in Gnostice.Controls.WPF.dll)
Visual Basic |
Public Event OnAreaSelection As EventHandler(Of OnAreaSelectionEventArgs) |
C# |
public event EventHandler<OnAreaSelectionEventArgs> OnAreaSelection |
Visual C++ |
public: |