NavigationPaneEvents_12.ModuleSwitch Method
This is a member in an event interface in a COM coclass. It is not intended to be used in your code.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Sub ModuleSwitch ( _
CurrentModule As NavigationModule _
)
'Usage
Dim instance As NavigationPaneEvents_12
Dim CurrentModule As NavigationModule
instance.ModuleSwitch(CurrentModule)
[DispIdAttribute()]
void ModuleSwitch(
NavigationModule CurrentModule
)
Parameters
- CurrentModule
Type: Microsoft.Office.Interop.Outlook.NavigationModule
See Also
Reference
NavigationPaneEvents_12 Interface