DeckWorkspace.Microsoft.Practices.CompositeUI.SmartParts.IComposableWorkspace<System.Windows.Forms.Control,Microsoft.Practices.CompositeUI.SmartParts.SmartPartInfo>.RaiseSmartPartActivated 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>.RaiseSmartPartActivated ( _
e As WorkspaceEventArgs _
) Implements IComposableWorkspace(Of Control, SmartPartInfo).RaiseSmartPartActivated
'Usage
Dim instance As DeckWorkspace
Dim e As WorkspaceEventArgs
CType(instance, IComposableWorkspace(Of Control, SmartPartInfo)).RaiseSmartPartActivated(e)
void IComposableWorkspace<Control,SmartPartInfo>.RaiseSmartPartActivated (
WorkspaceEventArgs e
)
private:
virtual void Microsoft.Practices.CompositeUI.SmartParts.IComposableWorkspace<System.Windows.Forms.Control,Microsoft.Practices.CompositeUI.SmartParts.SmartPartInfo>.RaiseSmartPartActivated (
WorkspaceEventArgs^ e
) sealed = IComposableWorkspace<Control^, SmartPartInfo^>::RaiseSmartPartActivated
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
DeckWorkspace Class
DeckWorkspace Members
Microsoft.Practices.CompositeUI.WinForms Namespace