ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / PaneBase Class / InitializeAsync Method

In This Topic
    InitializeAsync Method (PaneBase)
    In This Topic
    Called when the pane is first created to give it the opportunity to initialize itself asynchronously.
    Syntax
    Protected Friend Overridable Function InitializeAsync() As Task
    protected internal virtual Task InitializeAsync()

    Return Value

    A task that represents the work queued to execute in the ThreadPool.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also