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

In This Topic
    ApplyAsync Method (AttributeTabEmbeddableControl)
    In This Topic
    Task to apply any edits in the loaded row. The defualt behavior is to call Inspector.ApplyAsync for any loaded row. Override this method to provide your specific implementation of applying edits if additional customization is required.
    Syntax
    public virtual Task ApplyAsync()
    Public Overridable Function ApplyAsync() As Task
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also