IComposableWorkspace.OnShow Method
When overridden in a derived class, shows the smartPart on the workspace.
Namespace: Microsoft.Practices.CompositeUI.SmartParts
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)
Syntax
'Declaration
Sub OnShow ( _
smartPart As TSmartPart, _
smartPartInfo As TSmartPartInfo _
)
'Usage
Dim instance As IComposableWorkspace(Of TSmartPart, TSmartPartInfo)
Dim smartPart As TSmartPart
Dim smartPartInfo As TSmartPartInfo
instance.OnShow(smartPart, smartPartInfo)
void OnShow (
TSmartPart smartPart,
TSmartPartInfo smartPartInfo
)
void OnShow (
TSmartPart smartPart,
TSmartPartInfo smartPartInfo
)
void OnShow (
TSmartPart smartPart,
TSmartPartInfo smartPartInfo
)
function OnShow (
smartPart : TSmartPart,
smartPartInfo : TSmartPartInfo
)
Parameters
- smartPart
The smart part to show.
- smartPartInfo
The information to apply to the smart part.
See Also
Reference
IComposableWorkspace Interface
IComposableWorkspace Members
Microsoft.Practices.CompositeUI.SmartParts Namespace