ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework.Events Namespace / ActiveWindowChangedEvent Class / Unsubscribe Method / Unsubscribe(Action<WindowEventArgs>) Method
The method being called.

In This Topic
    Unsubscribe(Action<WindowEventArgs>) Method
    In This Topic
    Stop being notified when the event occurs.
    Syntax
    Public Overloads Shared Sub Unsubscribe( _
       ByVal action As Action(Of WindowEventArgs) _
    ) 
    public static void Unsubscribe( 
       Action<WindowEventArgs> action
    )

    Parameters

    action
    The method being called.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also