.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 >

.NET Framework Class Library

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)

Syntax

Visual Basic

Public Event OnSelectionCleared As EventHandler(Of EventArgs)

C#

public event EventHandler<EventArgsOnSelectionCleared

Visual C++

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

See Also

DocumentViewer Class

DocumentViewer Members

Gnostice.Controls.WPF Namespace