ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Editing.Events Namespace / EditCompletingEvent Class / Unsubscribe Method / Unsubscribe(Action<EditCompletingEventArgs>) Method
The delegate that was specified to a Subscribe.

Unsubscribe(Action<EditCompletingEventArgs>) Method
Unsubscribe from EditCompletingEvent by specifying the same action that was given to Subscribe.
Syntax
public static void Unsubscribe( 
   Action<EditCompletingEventArgs> action
)

Parameters

action
The delegate that was specified to a Subscribe.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.2 or higher.
See Also