ArcGIS Pro 2.8 API Reference Guide
OnShow Method

ArcGIS.Desktop.Framework.Contracts Namespace > DockPane Class : OnShow Method
The DockPane's visibility.
Called when the visibility of the DockPane changes.
Syntax
protected internal virtual void OnShow( 
   bool isVisible
)
Protected Friend Overridable Sub OnShow( _
   ByVal isVisible As Boolean _
) 

Parameters

isVisible
The DockPane's visibility.
Remarks
This method is also called when the DockPane is auto hidden - collapsed into the non-client area.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

DockPane Class
DockPane Members