ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / SetOnComplete Method
The action to take when this operation is done.
Version

SetOnComplete Method
Sets an action that will be called when this operation is done executing.
Syntax
public void SetOnComplete( 
   Action callback
)

Parameters

callback
The action to take when this operation is done.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also