FormRegionBase.FormRegionClosed Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 Outlook item in 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.