ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / PaneBase Class / Initialized Property

In This Topic
    Initialized Property (PaneBase)
    In This Topic
    Gets a boolean indicating whether the pane has been fully initialized or not.
    Syntax
    public bool Initialized {get;}
    Public ReadOnly Property Initialized As Boolean
    Remarks
    A pane is considered initialized after it has returned from InitializeAsync.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also