.NET Framework Class Library
DocumentViewer.OnSelectionCleared 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.OnSelectionCleared Event |
Occurs when the selection is cleared in the viewer.
Namespace: Gnostice.Controls.WPF
Assembly: Gnostice.Controls.WPF (in Gnostice.Controls.WPF.dll)
Visual Basic |
Public Event OnSelectionCleared As EventHandler(Of EventArgs) |
C# |
public event EventHandler<EventArgs> OnSelectionCleared |
Visual C++ |
public: |