TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeViewItemDragEventArgs Class / Node Property

In This Topic
    Node Property (C1TreeViewItemDragEventArgs)
    In This Topic
    Gets the tree node that has been checked, expanded, collapsed, or selected.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Node As C1TreeNode
    public C1TreeNode Node {get;}
    See Also