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

ArcGIS.Desktop.Core.Events Namespace > ProjectClosingEvent Class > Unsubscribe Method : Unsubscribe(Func<ProjectClosingEventArgs,Task>) Method
The delegate that is subscribed to the event
Unsubscribe the delegate from the ProjectClosingEvent
Syntax
public static void Unsubscribe( 
   Func<ProjectClosingEventArgs,Task> action
)
Public Overloads Shared Sub Unsubscribe( _
   ByVal action As Func(Of ProjectClosingEventArgs,Task) _
) 

Parameters

action
The delegate that is subscribed to the event
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ProjectClosingEvent Class
ProjectClosingEvent Members
Overload List