public enum EditCompletedType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum EditCompletedType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum EditCompletedType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum EditCompletedType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
| Member | Description | 
|---|---|
| Discard | Indicates this EditCompletedEvent discards outstanding edits to the database. | 
| Operation | Indicates this EditCompletedEvent has occured. | 
| Post | Indicates this EditCompletedEvent was a post. | 
| Reconcile | Indicates this EditCompletedEvent has been reconciled. | 
| Redo | Indicates this EditCompletedEvent has been redone. | 
| Save | Indicates this EditCompletedEvant saves outstanding edits to the database. | 
| Undo | Indicates this EditCompletedEvent has been undone. | 
| Unknown | Indicates this EditCompletedEvent was somthing else that should be interpreted as anything may have changed. | 
System.Object
   System.ValueType
      System.Enum
         ArcGIS.Desktop.Editing.Events.EditCompletedType
Target Platforms: Windows 11, Windows 10, Windows 8.1