ImportedFormRegionBase.FormRegionShowing 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 after an instance of the form region is created but before the form region appears.
public:
event EventHandler ^ FormRegionShowing;
public event EventHandler FormRegionShowing;
member this.FormRegionShowing : EventHandler
Public Custom Event FormRegionShowing As EventHandler
Event Type
Remarks
To get the 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.