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


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

    Parameters

    hitNode
    view
    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