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


In This Topic
    EditCompletedEventArgs Class Members
    In This Topic

    The following tables list the members exposed by EditCompletedEventArgs.

    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
    Public Methods
     NameDescription
    Public Method Gets whether any change has been made to a particular feature within the given MapMember.  
    Public Method Gets whether a particular feature has been deleted from the given MapMember.  
    Public Method Gets whether a particular feature has been modified within the given MapMember.  
    Public Method Gets whether any one of the specified features has been changed within the given MapMember.  
    Public Method Gets whether any feature has been created within the given MapMember.  
    Public Method Gets whether any feature has been deleted from the given MapMember.  
    Public Method Gets whether any feature has been modified within the given MapMember.  
    Public Method Gets whether a change has been made to any features within the given MapMember.  
    Top
    See Also