Microsoft.Office.Interop.Ou ...


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)
Syntax

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.

See Also

Tags :


Page view tracker