ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Events Namespace / EditCompletedEventArgs Class


In This Topic
    EditCompletedEventArgs Class Properties
    In This Topic

    For a list of all members of this type, see EditCompletedEventArgs members.

    Public Properties
     NameDescription
    Public PropertyGets the type of this event.  
    Public PropertyGets the collection of feature IDs that were created by the EditOperation.  
    Public PropertyGets the collection of feature IDs that were deleted by the EditOperation.  
    Public PropertyGets the optional token that may have been set in the original EditOperation.EventToken.  
    Public Property Gets the collection of MapMembers for which no specific information is available, other than, that features have changed in some way.  
    Public PropertyGets whether the MapMember features have been changed dramatically by the EditOperation.  
    Public PropertyGets the collection of MapMembers for which information may be available.  
    Public PropertyGets the collection of feature IDs that were modified by the EditOperation.  
    Top
    See Also