ArcGIS Pro 2.6 API Reference Guide
SetOnComplete Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class : SetOnComplete Method
The action to take when this operation is done.
Sets an action that will be called when this operation is done executing.
Syntax
public void SetOnComplete( 
   Action callback
)
Public Sub SetOnComplete( _
   ByVal callback As Action _
) 

Parameters

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

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

EditOperation Class
EditOperation Members