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.
Occurs before the form region is closed.
Namespace: Microsoft.Office.Tools.Outlook
Assemblies: Microsoft.Office.Tools.Outlook.v4.0.Utilities (in Microsoft.Office.Tools.Outlook.v4.0.Utilities.dll)
Microsoft.Office.Tools.Outlook (in Microsoft.Office.Tools.Outlook.dll)
Syntax
'Declaration
Event FormRegionClosed As EventHandler
event EventHandler FormRegionClosed
Remarks
To get the Microsoft Office Outlook item for which the form region appears, call the OutlookItem property.
To get the Inspector that displays the Outlook item, call the OutlookFormRegion to get an instance of the Microsoft.Office.Interop.Outlook.FormRegion, and then call the Microsoft.Office.Interop.Outlook.FormRegion.Inspector property of the Microsoft.Office.Interop.Outlook.FormRegion object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.