ArcGIS Pro 3.7 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 ReadOnly Property Initialized As Boolean
    public bool Initialized {get;}
    Remarks
    A pane is considered initialized after it has returned from InitializeAsync.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also