ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Editing.Events Namespace / EditCompletingEventArgs Class / Operation Property

In This Topic
    Operation Property (EditCompletingEventArgs)
    In This Topic
    Gets the EditOperation currently being executed. Allows Event handler to make further edits.
    Syntax
    public EditOperation Operation {get;}
    Public ReadOnly Property Operation As EditOperation
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also