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

In This Topic
    CancelAsync Method (AttributeTabEmbeddableControl)
    In This Topic
    Task to cancel any edits in the loaded row. 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()
    Public Overridable Function CancelAsync() As Task
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also