ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Events Namespace / EditCompletedEventArgs Class / FeaturesChanged(MapMember,IEnumerable<Int64>) Method
The MapMember.
A collection of feature IDs.

In This Topic
    FeaturesChanged(MapMember,IEnumerable<Int64>) Method
    In This Topic
    Gets whether any one of the specified features has been changed within the given MapMember.
    Syntax
    public bool FeaturesChanged( 
       MapMember member,
       IEnumerable<long> oids
    )
    Public Function FeaturesChanged( _
       ByVal member As MapMember, _
       ByVal oids As IEnumerable(Of Long) _
    ) As Boolean

    Parameters

    member
    The MapMember.
    oids
    A collection of feature IDs.

    Return Value

    true if at least one of the features may have changed, false otherwise.
    Remarks
    NOTE: also returns true if Invalidated is true, indicating the feature may have been modified.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also