Nevron.Diagram.Layout Namespace / NTreeLayoutCancelEventArguments Class / NTreeLayoutCancelEventArguments Constructor


In This Topic
    NTreeLayoutCancelEventArguments Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal targetNode As NLayout, _
       ByVal context As NLayoutContext, _
       ByVal tree As NTree _
    )
    'Usage
     
    
    Dim targetNode As NLayout
    Dim context As NLayoutContext
    Dim tree As NTree
     
    Dim instance As New NTreeLayoutCancelEventArguments(targetNode, context, tree)
    public NTreeLayoutCancelEventArguments( 
       NLayout targetNode,
       NLayoutContext context,
       NTree tree
    )

    Parameters

    targetNode
    context
    tree
    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