Factory.CreateFormRegionInitializingEventArgs Method
Creates a FormRegionInitializingEventArgs object that 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)
Syntax
'Declaration
Function CreateFormRegionInitializingEventArgs ( _
outlookItem As Object, _
formRegionMode As OlFormRegionMode, _
formRegionSize As OlFormRegionSize, _
cancel As Boolean _
) As FormRegionInitializingEventArgs
FormRegionInitializingEventArgs CreateFormRegionInitializingEventArgs(
Object outlookItem,
OlFormRegionMode formRegionMode,
OlFormRegionSize formRegionSize,
bool cancel
)
Parameters
outlookItem
Type: System.ObjectThe Outlook item that caused the form region to load.
formRegionMode
Type: OlFormRegionModeThe mode of the Outlook item that caused the form region to load. This mode is represented by the OlFormRegionMode enumeration.
formRegionSize
Type: OlFormRegionSizeThe type of form region that loads. This mode is represented by the OlFormRegionSize enumeration.
cancel
Type: System.BooleanA Boolean that indicates whether the form region should appear for outlookItem.
Return Value
Type: Microsoft.Office.Tools.Outlook.FormRegionInitializingEventArgs
A FormRegionInitializingEventArgs that provides data for the FormRegionInitializing event of the form region factory class.
.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.