ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core.Events Namespace / ProjectSavingEvent 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 ProjectSavingEvent
    Syntax
    Public Overloads Shared Sub Unsubscribe( _
       ByVal action As Func(Of ProjectEventArgs,Task) _
    ) 
    public static void Unsubscribe( 
       Func<ProjectEventArgs,Task> action
    )

    Parameters

    action
    The delegate that is subscribed to the event
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also