ArcGIS Pro 2.8 API Reference Guide
SetOnUndone Method

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

Parameters

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

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members