ExplorerClass.ExplorerEvents_Event_remove_Deactivate Method
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Overridable Sub ExplorerEvents_Event_remove_Deactivate ( _
param0 As ExplorerEvents_DeactivateEventHandler _
)
'Usage
Dim instance As ExplorerClass
Dim param0 As ExplorerEvents_DeactivateEventHandler
instance.ExplorerEvents_Event_remove_Deactivate(param0)
public virtual void ExplorerEvents_Event_remove_Deactivate(
ExplorerEvents_DeactivateEventHandler param0
)
Parameters
Implements
ExplorerEvents_Event.remove_Deactivate(ExplorerEvents_DeactivateEventHandler)