Nevron .NET Vision
Nevron.Diagram Namespace / NNodeViewEventArgs Class / NNodeViewEventArgs Constructor
node from which the event was fired
node which was originally hit
view from which the event originated


In This Topic
    NNodeViewEventArgs Constructor
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal node As INNode, _
       ByVal hitNode As INNode, _
       ByVal view As INView _
    )
    'Usage
     
    
    Dim node As INNode
    Dim hitNode As INNode
    Dim view As INView
     
    Dim instance As New NNodeViewEventArgs(node, hitNode, view)
    public NNodeViewEventArgs( 
       INNode node,
       INNode hitNode,
       INView view
    )

    Parameters

    node
    node from which the event was fired
    hitNode
    node which was originally hit
    view
    view from which the event originated
    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