Dela via


ImportedFormRegion.FormRegionShowing Event (2007 System)

Occurs after an instance of the form region is created but before the form region appears.

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

Syntax

'Declaration
Public Event FormRegionShowing As EventHandler
'Usage
Dim instance As ImportedFormRegion 
Dim handler As EventHandler 

AddHandler instance.FormRegionShowing, handler
public event EventHandler FormRegionShowing
public:
 event EventHandler^ FormRegionShowing {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
JScript does not support events.

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 FormRegion, and then call the Inspector property of the FormRegion object.

.NET Framework Security

See Also

Reference

ImportedFormRegion Class

ImportedFormRegion Members

Microsoft.Office.Tools.Outlook Namespace