FormRegionInitializingEventArgs Interface
Provides data for the FormRegionInitializing event of the form region factory class.
Assembly: Microsoft.Office.Tools.Outlook (in Microsoft.Office.Tools.Outlook.dll)
| Name | Description | |
|---|---|---|
![]() | Cancel | Gets or sets a value that indicates whether the form region should appear for the current Outlook item. |
![]() | FormRegionMode | Gets the mode of the Microsoft Office Outlook item that caused the form region to load. |
![]() | FormRegionSize | Gets the type of form region that loads. |
![]() | OutlookItem | Gets the Microsoft Office Outlook item that caused the form region to load. |
When you add an Outlook Form Region item to an Outlook add-in project, Visual Studio adds a form region factory class to the project that implements the IFormRegionFactory interface. As part of this class, Visual Studio declares an event named FormRegionInitializing.
Show:
