Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
)