FormRegionEvents_Event.Close Event
Represents the closing of the frame for a form region, which occurs just before the Close event of the Inspector associated with the Outlook item.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event Close As FormRegionEvents_CloseEventHandler
'Usage
Dim instance As FormRegionEvents_Event
Dim handler As FormRegionEvents_CloseEventHandler
AddHandler instance.Close, handler
event FormRegionEvents_CloseEventHandler Close
See Also
Reference
FormRegionEvents_Event Interface