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


In This Topic
    NTreeListGroupByNodeCreateEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal title As System.String, _
       ByVal value As System.Object, _
       ByVal item As NTreeListNodeSubItem _
    )
    'Usage
     
    
    Dim title As System.String
    Dim value As System.Object
    Dim item As NTreeListNodeSubItem
     
    Dim instance As New NTreeListGroupByNodeCreateEventArgs(title, value, item)
    public NTreeListGroupByNodeCreateEventArgs( 
       System.string title,
       System.object value,
       NTreeListNodeSubItem item
    )

    Parameters

    title
    value
    item
    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