ArcGIS Pro 2.8 API Reference Guide
SetOnComitted Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class : SetOnComitted Method
The action to take when this operation is committed, the argument specifies whether the edit was saved or discarded.
Sets an action that will be called when this editoperation is committed.
Syntax
public void SetOnComitted( 
   Action<bool> callback
)
Public Sub SetOnComitted( _
   ByVal callback As Action(Of Boolean) _
) 

Parameters

callback
The action to take when this operation is committed, the argument specifies whether the edit was saved or discarded.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members