DeckWorkspace.Microsoft.Practices.CompositeUI.SmartParts.IComposableWorkspace<System.Windows.Forms.Control,Microsoft.Practices.CompositeUI.SmartParts.SmartPartInfo>.OnShow Method

Namespace: Microsoft.Practices.CompositeUI.WinForms
Assembly: Microsoft.Practices.CompositeUI.WinForms (in microsoft.practices.compositeui.winforms.dll)

Syntax

'Declaration
Private Sub Microsoft.Practices.CompositeUI.SmartParts.IComposableWorkspace<System.Windows.Forms.Control,Microsoft.Practices.CompositeUI.SmartParts.SmartPartInfo>.OnShow ( _
    smartPart As Control, _
    smartPartInfo As SmartPartInfo _
) Implements IComposableWorkspace(Of Control, SmartPartInfo).OnShow
'Usage
Dim instance As DeckWorkspace
Dim smartPart As Control
Dim smartPartInfo As SmartPartInfo

CType(instance, IComposableWorkspace(Of Control, SmartPartInfo)).OnShow(smartPart, smartPartInfo)
void IComposableWorkspace<Control,SmartPartInfo>.OnShow (
    Control smartPart,
    SmartPartInfo smartPartInfo
)
private:
virtual void Microsoft.Practices.CompositeUI.SmartParts.IComposableWorkspace<System.Windows.Forms.Control,Microsoft.Practices.CompositeUI.SmartParts.SmartPartInfo>.OnShow (
    Control^ smartPart, 
    SmartPartInfo^ smartPartInfo
) sealed = IComposableWorkspace<Control^, SmartPartInfo^>::OnShow
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

  • smartPart
  • smartPartInfo

See Also

Reference

DeckWorkspace Class
DeckWorkspace Members
Microsoft.Practices.CompositeUI.WinForms Namespace