Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / INDragOperationObserver Interface / DragHandler Property


In This Topic
    DragHandler Property (INDragOperationObserver)
    In This Topic
    Gets the drag handler which processes the current drag operation (if any).
    Syntax
    'Declaration
     
    
    ReadOnly Property DragHandler As INDragHandler
    'Usage
     
    
    Dim instance As INDragOperationObserver
    Dim value As INDragHandler
     
    value = instance.DragHandler
    INDragHandler DragHandler {get;}
    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