ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing Namespace / ToolOptionsEmbeddableControl Class / CloseAsync Method

In This Topic
    CloseAsync Method (ToolOptionsEmbeddableControl)
    In This Topic
    Occurs when the controls is closed.
    Syntax
    Public Overrides Function CloseAsync() As Task
    public override Task CloseAsync()
    Remarks
    Leaf classes should override this function if they need to perform any asynchronous cleanup when the control is removed.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also