InspectorsEvents_Event.NewInspector 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 whenever a new inspector window is opened, either as a result of user action or through program code.
public:
event Microsoft::Office::Interop::Outlook::InspectorsEvents_NewInspectorEventHandler ^ NewInspector;
event Microsoft.Office.Interop.Outlook.InspectorsEvents_NewInspectorEventHandler NewInspector;
Event NewInspector As InspectorsEvents_NewInspectorEventHandler
Event Type
Remarks
The event occurs after the new Inspector object is created but before the inspector window appears.