Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeView Class / ItemDrag Event


In This Topic
    ItemDrag Event (NTreeView)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatAction")>
    <SRDescriptionAttribute("ListViewItemDragDescr")>
    Public Event ItemDrag As System.Windows.Forms.ItemDragEventHandler
    'Usage
     
    
    Dim instance As NTreeView
    Dim handler As System.Windows.Forms.ItemDragEventHandler
     
    AddHandler instance.ItemDrag, handler
    [SRCategory("CatAction")]
    [SRDescription("ListViewItemDragDescr")]
    public event System.Windows.Forms.ItemDragEventHandler ItemDrag
    Event Data

    The event handler receives an argument of type System.Windows.Forms.ItemDragEventArgs containing data related to this event. The following ItemDragEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets a value that indicates which mouse buttons were pressed during the drag operation.  
    Gets the item that is being dragged.  
    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