ArcGIS Pro 2.8 API Reference Guide
SetOnRedone Method

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

Parameters

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

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members