ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / Tool Class / OnMouseLeave Method
Provides data for mouse related events.

In This Topic
    OnMouseLeave Method
    In This Topic
    Occurs when the mouse pointer leaves a Pane and the tool is active.
    Syntax
    Protected Friend Overridable Sub OnMouseLeave( _
       ByVal e As MouseEventArgs _
    ) 
    protected internal virtual void OnMouseLeave( 
       MouseEventArgs e
    )

    Parameters

    e
    Provides data for mouse related events.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.6 or higher.
    See Also