ArcGIS Pro 2.6 API Reference Guide
EditCompletedType Enumeration

ArcGIS.Desktop.Editing.Events Namespace : EditCompletedType Enumeration
Describes the type of an EditCompletedEvent.
Syntax
Members
MemberDescription
DiscardIndicates this EditCompletedEvent discards outstanding edits to the database.
OperationIndicates this EditCompletedEvent has occured.
PostIndicates this EditCompletedEvent was a post.
ReconcileIndicates this EditCompletedEvent has been reconciled.
RedoIndicates this EditCompletedEvent has been redone.
SaveIndicates this EditCompletedEvant saves outstanding edits to the database.
UndoIndicates this EditCompletedEvent has been undone.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Desktop.Editing.Events.EditCompletedType

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Desktop.Editing.Events Namespace