ArcGIS Pro 3.2 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 override Task InitializeAsync()
    Protected Overrides Function InitializeAsync() As Task

    Return Value

    Task
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also