ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Events Namespace / EditCompletedType Enumeration

In This Topic
    EditCompletedType Enumeration
    In This Topic
    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.
    UnknownIndicates this EditCompletedEvent was somthing else that should be interpreted as anything may have changed.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also