OutlookBarPaneClass.remove_BeforeNavigate Method
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Overridable Sub remove_BeforeNavigate ( _
param0 As OutlookBarPaneEvents_BeforeNavigateEventHandler _
)
'Usage
Dim instance As OutlookBarPaneClass
Dim param0 As OutlookBarPaneEvents_BeforeNavigateEventHandler
instance.remove_BeforeNavigate(param0)
public virtual void remove_BeforeNavigate(
OutlookBarPaneEvents_BeforeNavigateEventHandler param0
)