ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / IsCanceled Property

In This Topic
    IsCanceled Property (EditOperation)
    In This Topic
    Gets a value indicating if the EditOperation has been Canceled. EditOperations are marked as Canceled when they have been Executed but canceled before completing and not performed.
    Syntax
    Public ReadOnly Property IsCanceled As Boolean
    public bool IsCanceled {get;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also