FormRegionInitializingEventArgs Interface

Definition

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

public interface class FormRegionInitializingEventArgs
[System.Runtime.InteropServices.Guid("73b891d8-9b79-467c-ae65-c8afd4abe8b0")]
public interface FormRegionInitializingEventArgs
[<System.Runtime.InteropServices.Guid("73b891d8-9b79-467c-ae65-c8afd4abe8b0")>]
type FormRegionInitializingEventArgs = interface
Public Interface FormRegionInitializingEventArgs
Attributes

Remarks

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.

Properties

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.

Applies to