FormRegionInitializingEventArgs Class (2007 System)
Provides data for the FormRegionInitializing event of the form region factory class.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)
Syntax
'Declaration
Public NotInheritable Class FormRegionInitializingEventArgs _
Inherits CancelEventArgs
'Usage
Dim instance As FormRegionInitializingEventArgs
public sealed class FormRegionInitializingEventArgs : CancelEventArgs
public ref class FormRegionInitializingEventArgs sealed : public CancelEventArgs
public final class FormRegionInitializingEventArgs extends CancelEventArgs
Remarks
When you add an Outlook Form Region item to an Outlook add-in project, Visual Studio Tools for Office adds a form region factory class to the project that implements the IFormRegionFactory interface. As part of this class, Visual Studio Tools for Office declares an event named FormRegionInitializing.
Inheritance Hierarchy
System.Object
System.EventArgs
System.ComponentModel.CancelEventArgs
Microsoft.Office.Tools.Outlook.FormRegionInitializingEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.