ArcGIS Pro 2.8 API Reference Guide
CommitAsync Method (EmbeddableControl)

ArcGIS.Desktop.Framework.Controls Namespace > EmbeddableControl Class : CommitAsync Method
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 10, Windows 8.1

See Also

Reference

EmbeddableControl Class
EmbeddableControl Members