ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Core.Events Namespace / ProProjectSavingEvent Class / Unsubscribe Method / Unsubscribe(Action<ProProjectEventArgs>) Method
The delegate to be unsubscribed

Unsubscribe(Action<ProProjectEventArgs>) Method
Unsubscribe from the ProProjectSavingEvent
Syntax
public static void Unsubscribe( 
   Action<ProProjectEventArgs> action
)

Parameters

action
The delegate to be unsubscribed
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 3.0 or higher.
See Also