Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NDragTool Class / OnMouseDown Method
mouse event args


In This Topic
    OnMouseDown Method (NDragTool)
    In This Topic
    Handler for the NMouse.DownEvent event.
    Syntax
    'Declaration
     
    
    Public Overrides Sub OnMouseDown( _
       ByVal args As NMouseButtonEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NDragTool
    Dim args As NMouseButtonEventArgs
     
    instance.OnMouseDown(args)
    public override void OnMouseDown( 
       NMouseButtonEventArgs args
    )

    Parameters

    args
    mouse event args
    Remarks
    Calls the Activate method, if the tool can activate on the specified mouse button events. Calls the Deactivate method, if the tool can deactivate on the specified mouse button events.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also