ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core.Events Namespace / ActivePaneInitializedEvent Class / Unsubscribe Method / Unsubscribe(Action<ActivePaneInitializedEventArgs>) Method
The delegate that is subscribed to the event

In This Topic
    Unsubscribe(Action<ActivePaneInitializedEventArgs>) Method
    In This Topic
    Unsubscribe the delegate from the ActivePaneInitializedEvent
    Syntax
    public static void Unsubscribe( 
       Action<ActivePaneInitializedEventArgs> action
    )
    Public Overloads Shared Sub Unsubscribe( _
       ByVal action As Action(Of ActivePaneInitializedEventArgs) _
    ) 

    Parameters

    action
    The delegate that is subscribed to the event
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also