Nevron.Chart.Windows Namespace / NMouseEventArgs Class / NMouseEventArgs Constructor


NMouseEventArgs Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal view As INView, _
   ByVal button As MouseButton, _
   ByVal clicks As System.Integer, _
   ByVal x As System.Integer, _
   ByVal y As System.Integer, _
   ByVal delta As System.Integer _
)
 
'Usage
 
Dim view As INView
Dim button As MouseButton
Dim clicks As System.Integer
Dim x As System.Integer
Dim y As System.Integer
Dim delta As System.Integer
 
Dim instance As New NMouseEventArgs(view, button, clicks, x, y, delta)

Parameters

view
button
clicks
x
y
delta
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