DeckWorkspace.OnShow(UIElement, SmartPartInfo) Method

Definition

public:
 virtual void OnShow(System::Windows::UIElement ^ smartPart, Microsoft::Practices::CompositeUI::SmartParts::SmartPartInfo ^ smartPartInfo);
public void OnShow (System.Windows.UIElement smartPart, Microsoft.Practices.CompositeUI.SmartParts.SmartPartInfo smartPartInfo);
abstract member OnShow : System.Windows.UIElement * Microsoft.Practices.CompositeUI.SmartParts.SmartPartInfo -> unit
override this.OnShow : System.Windows.UIElement * Microsoft.Practices.CompositeUI.SmartParts.SmartPartInfo -> unit
Public Sub OnShow (smartPart As UIElement, smartPartInfo As SmartPartInfo)

Parameters

smartPart
UIElement
smartPartInfo
SmartPartInfo

Implements

Applies to