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

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

  • e

See Also

Reference

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