Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Occurs before the form region is closed.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)
Syntax
'Declaration
Public Event FormRegionClosed As EventHandler
'Usage
Dim instance As ImportedFormRegion
Dim handler As EventHandler
AddHandler instance.FormRegionClosed, handler
public event EventHandler FormRegionClosed
public:
event EventHandler^ FormRegionClosed {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
JScript does not support events.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.