Share via


WindowWorkspace.OnShow(UIElement, WindowSmartPartInfo) Method

Definition

protected:
 override void OnShow(System::Windows::UIElement ^ smartPart, Microsoft::Practices::CompositeUI::Windows::WindowSmartPartInfo ^ smartPartInfo);
protected override void OnShow (System.Windows.UIElement smartPart, Microsoft.Practices.CompositeUI.Windows.WindowSmartPartInfo smartPartInfo);
override this.OnShow : System.Windows.UIElement * Microsoft.Practices.CompositeUI.Windows.WindowSmartPartInfo -> unit
Protected Overrides Sub OnShow (smartPart As UIElement, smartPartInfo As WindowSmartPartInfo)

Parameters

smartPart
UIElement
smartPartInfo
WindowSmartPartInfo

Applies to