.NET Framework Class Library
DocumentViewer.MouseUp 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.MouseUp Event |
Occurs when a mouse button up on the viewer.
Namespace: Gnostice.Controls.WPF
Assembly: Gnostice.Controls.WPF (in Gnostice.Controls.WPF.dll)
Visual Basic |
Public Event MouseUp As EventHandler(Of MouseActivityEventArgs) |
C# |
public event EventHandler<MouseActivityEventArgs> MouseUp |
Visual C++ |
public: |