FormRegionInitializingEventArgs Interface

 

Provides data for the FormRegionInitializing event of the form region factory class.

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

[GuidAttribute("73b891d8-9b79-467c-ae65-c8afd4abe8b0")]
public interface class FormRegionInitializingEventArgs

NameDescription
System_CAPS_pubpropertyCancel

Gets or sets a value that indicates whether the form region should appear for the current Outlook item.

System_CAPS_pubpropertyFormRegionMode

Gets the mode of the Microsoft Office Outlook item that caused the form region to load.

System_CAPS_pubpropertyFormRegionSize

Gets the type of form region that loads.

System_CAPS_pubpropertyOutlookItem

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.

Return to top
Show: