ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Attributes Namespace / AttributeTabEmbeddableControl Class / CancelAsync Method
Version

    CancelAsync Method (AttributeTabEmbeddableControl)
    Task to cancel the tab contents (i.e. edits). The default behavior is to call Inspector.CancelAsync for any loaded row. Override this method to provide your implementation of canceling edits if additional customization is required.
    Syntax
    public virtual Task CancelAsync()
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also