ArcGIS Pro 2.9 API Reference Guide
Unsubscribe(Func<ProjectEventArgs,Task>) Method

ArcGIS.Desktop.Core.Events Namespace > ProjectSavingEvent Class > Unsubscribe Method : Unsubscribe(Func<ProjectEventArgs,Task>) Method
The delegate that is subscribed to the event
Unsubscribe the delegate from the ProjectSavingEvent
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, Windows 8.1

See Also

Reference

ProjectSavingEvent Class
ProjectSavingEvent Members
Overload List