NevronOpenVision
Nevron.Nov.UI Namespace / NDragTool Class / OnMouseMove Method
In This Topic
    OnMouseMove Method (NDragTool)
    In This Topic
    Handler for the NMouse.MoveEvent event.
    Syntax
    public override void OnMouseMove( 
       NMouseEventArgs args
    )

    Parameters

    args
    Remarks
    Updates the cursor and tooltip depending on whether the tool is active or not. If the tool is active the cursor and tooltip are provided by the GetActiveCursorAndTooltip method. If the tool is not active the cursor and tooltip are provided by the GetReadyCursorAndTooltip method.
    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