TabWorkspace.Microsoft.Practices.CompositeUI.SmartParts.IComposableWorkspace<System.Windows.Forms.Control,Microsoft.Practices.CompositeUI.WinForms.TabSmartPartInfo>.OnClose 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.WinForms.TabSmartPartInfo>.OnClose ( _
    smartPart As Control _
) Implements IComposableWorkspace(Of Control, TabSmartPartInfo).OnClose
'Usage
Dim instance As TabWorkspace
Dim smartPart As Control

CType(instance, IComposableWorkspace(Of Control, TabSmartPartInfo)).OnClose(smartPart)
void IComposableWorkspace<Control,TabSmartPartInfo>.OnClose (
    Control smartPart
)
private:
virtual void Microsoft.Practices.CompositeUI.SmartParts.IComposableWorkspace<System.Windows.Forms.Control,Microsoft.Practices.CompositeUI.WinForms.TabSmartPartInfo>.OnClose (
    Control^ smartPart
) sealed = IComposableWorkspace<Control^, TabSmartPartInfo^>::OnClose
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

See Also

Reference

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