ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Controls Namespace / EmbeddableControl Class / CommitAsync Method

In This Topic
    CommitAsync Method (EmbeddableControl)
    In This Topic
    Occurs when control is executed or has changes to its options to be commited.
    Syntax
    public virtual Task CommitAsync()
    Public Overridable Function CommitAsync() As Task

    Return Value

    Task
    Remarks
    Leaf classes should override this function if they need to perform an action such as creating or editing a feature.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also