ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Events Namespace / EditCompletedEvent Class / Subscribe Method
A delegate that is executed when an EditEvent is published.
(optional) The type of reference used to maintain the delegate. false is a weak reference, true is a strong reference. (default value = false)

In This Topic
    Subscribe Method (EditCompletedEvent)
    In This Topic
    Subscribes to EditCompletedEvents that are published when an EditOperation completes successfully.
    Syntax

    Parameters

    action
    A delegate that is executed when an EditEvent is published.
    keepSubscriberAlive
    (optional) The type of reference used to maintain the delegate. false is a weak reference, true is a strong reference. (default value = false)

    Return Value

    A token that uniquely identifies the added subscription, and may subsequently be used with Unsubscribe.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also