Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDragDropEventDelegatorTool Class / CurrentHandler Property


In This Topic
    CurrentHandler Property (NDragDropEventDelegatorTool)
    In This Topic
    Obtains a reference to the current drag drop event handler
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property CurrentHandler As INDragDropEventHandler
    'Usage
     
    
    Dim instance As NDragDropEventDelegatorTool
    Dim value As INDragDropEventHandler
     
    value = instance.CurrentHandler
    protected INDragDropEventHandler CurrentHandler {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