Bagikan melalui


ImportedFormRegionBase.FormRegionClosed Event

Occurs before the form region is closed.

Namespace:  Microsoft.Office.Tools.Outlook
Assembly:  Microsoft.Office.Tools.Outlook.v4.0.Utilities (in Microsoft.Office.Tools.Outlook.v4.0.Utilities.dll)

Syntax

'Declaration
Public Event FormRegionClosed As EventHandler
public 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 FormRegion, and then call the Inspector property of the FormRegion object.

.NET Framework Security

See Also

Reference

ImportedFormRegionBase Class

Microsoft.Office.Tools.Outlook Namespace