ArcGIS Pro 2.8 API Reference Guide
OnPaneOpened Method (Module)

ArcGIS.Desktop.Framework.Contracts Namespace > Module Class : OnPaneOpened Method
The new Pane.
Called by the Framework when a new Pane is opened. This occurs after the pane has been fully initialized.
Syntax
protected internal virtual void OnPaneOpened( 
   Pane pane
)
Protected Friend Overridable Sub OnPaneOpened( _
   ByVal pane As Pane _
) 

Parameters

pane
The new Pane.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

Module Class
Module Members