Click to Rate and Give Feedback
MSDN
MSDN Library
Office Development
Outlook 2007
OutlookPIA
 InspectorsEvents_NewInspectorEventH...
Community Content
In this section
Statistics Annotations (0)
Collapse All/Expand All Collapse All
InspectorsEvents_NewInspectorEventHandler Delegate (Microsoft.Office.Interop.Outlook)
This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook.

Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in microsoft.office.interop.outlook.dll)
Visual Basic (Declaration)
Public Delegate Sub InspectorsEvents_NewInspectorEventHandler ( _
    <InAttribute> Inspector As Inspector _
)
Visual Basic (Usage)
Dim instance As New InspectorsEvents_NewInspectorEventHandler(AddressOf HandlerMethod)
C#
public delegate void InspectorsEvents_NewInspectorEventHandler (
    [InAttribute] Inspector Inspector
)

Parameters

Inspector

The inspector that was opened.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker