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


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