TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / ItemDrag Event

In This Topic
    ItemDrag Event (C1TreeView)
    In This Topic
    Occurs when the node is dragged.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Action")>
    <C1DescriptionAttribute("C1TreeView.ItemDrag", "Occurs when the node is dragged.")>
    Public Event ItemDrag As C1TreeViewItemDragEventHandler
    [C1Category("Action")]
    [C1Description("C1TreeView.ItemDrag", "Occurs when the node is dragged.")]
    public event C1TreeViewItemDragEventHandler ItemDrag
    Event Data

    The event handler receives an argument of type C1TreeViewItemDragEventArgs containing data related to this event. The following C1TreeViewItemDragEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the data that has been dragged.  
    Gets the tree node that has been checked, expanded, collapsed, or selected. (Inherited from C1.Win.TreeView.C1TreeViewEventArgs)
    Gets the tree nodes that has been dragged.  
    See Also