ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / BackstageTab Class / InitializeAsync Method

In This Topic
    InitializeAsync Method (BackstageTab)
    In This Topic
    Called whenever a BackstageTab is unselected.
    Syntax
    protected internal virtual Task InitializeAsync()
    Protected Friend Overridable Function InitializeAsync() As Task
    Remarks
    Override this function to perform any initialization logic. BackstageTabs are reloaded each time they are made visible.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also