OutlookAddIn.FormRegionFactoryResolve Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when the add-in loads, and when a form region name that is specified in the registry does not match the name of any form regions defined in the add-in.
public:
event Microsoft::Office::Tools::Outlook::FormRegionFactoryResolveEventHandler ^ FormRegionFactoryResolve;
event Microsoft.Office.Tools.Outlook.FormRegionFactoryResolveEventHandler FormRegionFactoryResolve;
member this.FormRegionFactoryResolve : Microsoft.Office.Tools.Outlook.FormRegionFactoryResolveEventHandler
Event FormRegionFactoryResolve As FormRegionFactoryResolveEventHandler
Event Type
Remarks
You can use this event to supply one or more form regions when the add-in loads. You must describe a form region in the registry. For more information about form region registry entries, see Registry Entries for VSTO Add-ins.
Ensure that the name that you specify in the registry must not match the name of any form regions defined in the add-in.
In the event handler method, set the FormRegionFactory to an instance of any class that implements the IFormRegionFactory interface.