ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Events Namespace / ActivePaneChangedEvent Class / Unsubscribe Method / Unsubscribe(Action<PaneEventArgs>) Method
The method being called.

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

    Parameters

    action
    The method being called.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also