Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeListNodeSubItemNotifyData Class / NTreeListNodeSubItemNotifyData Constructor


In This Topic
    NTreeListNodeSubItemNotifyData Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal node As NTreeListNode, _
       ByVal item As NTreeListNodeSubItem, _
       ByVal code As System.Integer _
    )
    'Usage
     
    
    Dim node As NTreeListNode
    Dim item As NTreeListNodeSubItem
    Dim code As System.Integer
     
    Dim instance As New NTreeListNodeSubItemNotifyData(node, item, code)
    public NTreeListNodeSubItemNotifyData( 
       NTreeListNode node,
       NTreeListNodeSubItem item,
       System.int code
    )

    Parameters

    node
    item
    code
    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