ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core.Events Namespace / ProjectOpenedAsyncEvent Class / Unsubscribe Method / Unsubscribe(Func<ProjectEventArgs,Task>) Method
The delegate that is subscribed to the event

In This Topic
    Unsubscribe(Func<ProjectEventArgs,Task>) Method
    In This Topic
    Unsubscribe the delegate from the ProjectOpenedEvent
    Syntax
    public static void Unsubscribe( 
       Func<ProjectEventArgs,Task> action
    )
    Public Overloads Shared Sub Unsubscribe( _
       ByVal action As Func(Of ProjectEventArgs,Task) _
    ) 

    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