ArcGIS Pro 3.7 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 Overridable Function ApplyAsync() As Task
    public virtual Task ApplyAsync()
    Requirements

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

    ArcGIS Pro version: 3.1 or higher.
    See Also