PDFView4NET WPF Edition
PageMouseEventArgs Constructor




O2S.Components.PDFView4NET.WPF.EventArgs Namespace > PageMouseEventArgs Class : PageMouseEventArgs Constructor
The PDF page.
The mouse page position.
The mouse control position.
Initializes a new instance of the PageMouseEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal pdfPage As PDFPage, _
   ByVal mousePagePosition As Point, _
   ByVal mouseControlPosition As Point _
)
'Usage
 
Dim pdfPage As PDFPage
Dim mousePagePosition As Point
Dim mouseControlPosition As Point
 
Dim instance As New PageMouseEventArgs(pdfPage, mousePagePosition, mouseControlPosition)

Parameters

pdfPage
The PDF page.
mousePagePosition
The mouse page position.
mouseControlPosition
The mouse control position.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PageMouseEventArgs Class
PageMouseEventArgs Members