ArcGIS Pro 3.7 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 ReadOnly Property EventToken As Object
    public object EventToken {get;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also