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

In This Topic
    EventToken Property (EditCompletedEventArgs)
    In This Topic
    Gets the optional token that may have been set in the original EditOperation.EventToken.
    Syntax
    public object EventToken {get;}
    Public ReadOnly Property EventToken As Object
    Remarks
    This can be used by calling code when it is desirable to keep track of edit operations that complete successfully.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also