ApplicationClass.ApplicationEvents_Event_remove_Quit Method

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Public Overridable Sub ApplicationEvents_Event_remove_Quit ( _
    param0 As ApplicationEvents_QuitEventHandler _
)
'Usage
Dim instance As ApplicationClass
Dim param0 As ApplicationEvents_QuitEventHandler

instance.ApplicationEvents_Event_remove_Quit(param0)
public virtual void ApplicationEvents_Event_remove_Quit(
    ApplicationEvents_QuitEventHandler param0
)

Parameters

Implements

ApplicationEvents_Event.remove_Quit(ApplicationEvents_QuitEventHandler)

See Also

Reference

ApplicationClass Class

ApplicationClass Members

Microsoft.Office.Interop.Outlook Namespace