ImportedFormRegionBase.FormRegionClosed Event

Definition

Occurs before the form region is closed.

public:
 event EventHandler ^ FormRegionClosed;
public event EventHandler FormRegionClosed;
member this.FormRegionClosed : EventHandler 
Public Custom Event FormRegionClosed As EventHandler 

Event Type

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 Inspector property of the Microsoft.Office.Interop.Outlook.FormRegion object.

Applies to