NevronOpenVision
Nevron.Nov.UI Namespace / NDragTool Class / OnMouseUp Method
mouse event args
In This Topic
    OnMouseUp Method (NDragTool)
    In This Topic
    Processes the mouse up event
    Syntax
    public override void OnMouseUp( 
       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