Nevron .NET Vision
Nevron.Diagram Namespace / NNodeMouseEventArgs Class / NNodeMouseEventArgs Constructor


In This Topic
    NNodeMouseEventArgs Constructor
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal node As INNode, _
       ByVal hitNode As INNode, _
       ByVal scenePoint As NPointF, _
       ByVal view As INView, _
       ByVal button As System.Windows.Forms.MouseButtons, _
       ByVal clicks As System.Integer, _
       ByVal x As System.Integer, _
       ByVal y As System.Integer, _
       ByVal delta As System.Integer _
    )
    'Usage
     
    
    Dim node As INNode
    Dim hitNode As INNode
    Dim scenePoint As NPointF
    Dim view As INView
    Dim button As System.Windows.Forms.MouseButtons
    Dim clicks As System.Integer
    Dim x As System.Integer
    Dim y As System.Integer
    Dim delta As System.Integer
     
    Dim instance As New NNodeMouseEventArgs(node, hitNode, scenePoint, view, button, clicks, x, y, delta)
    public NNodeMouseEventArgs( 
       INNode node,
       INNode hitNode,
       NPointF scenePoint,
       INView view,
       System.Windows.Forms.MouseButtons button,
       System.int clicks,
       System.int x,
       System.int y,
       System.int delta
    )

    Parameters

    node
    hitNode
    scenePoint
    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