ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TOCActiveMapViewProviderPane Class / InitializeAsync Method

In This Topic
    InitializeAsync Method (TOCActiveMapViewProviderPane)
    In This Topic
    Called when the pane is initialized (when it is created). Derived classes must call the base.InitializeAsync() if they override it.
    Syntax
    Protected Overrides Function InitializeAsync() As Task
    protected override Task InitializeAsync()

    Return Value

    Task
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also