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

Initialized Property (PaneBase)
Gets a boolean indicating whether the pane has been fully initialized or not.
Syntax
public bool Initialized {get;}
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