ArcGIS Pro 2.8 API Reference Guide
Callback(Action<IEditContext>,IEnumerable<MapMember>) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > Callback Method : Callback(Action<IEditContext>,IEnumerable<MapMember>) Method
The function object.
The layers or tables to operate on.
Registers that the edit operation will callback into the given function in the context of an edit operation. This method must be called on the MCT. Use QueuedTask.Run.
Syntax

Parameters

action
The function object.
mapMembers
The layers or tables to operate on.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List