ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / LayoutTool Class / OnToolMouseUp Method
A LayoutViewMouseButtonEventArgs that contains the event data.

In This Topic
    OnToolMouseUp Method (LayoutTool)
    In This Topic
    Occurs when a mouse button is released on the view.
    Syntax
    protected virtual void OnToolMouseUp( 
       LayoutViewMouseButtonEventArgs args
    )
    Protected Overridable Sub OnToolMouseUp( _
       ByVal args As LayoutViewMouseButtonEventArgs _
    ) 

    Parameters

    args
    A LayoutViewMouseButtonEventArgs that contains the event data.
    Remarks
    This method is intended to perform synchronous operations associated with a mouse up event. To perform any asynchronous operations set the handled property on the LayoutViewMouseButtonEventArgs to true and override the HandleMouseUpAsync virtual method.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also