-
Notifications
You must be signed in to change notification settings - Fork 19
/
OlkInfoBarEvents_ClickEventHandler.xml
30 lines (30 loc) · 1.65 KB
/
OlkInfoBarEvents_ClickEventHandler.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<Type Name="OlkInfoBarEvents_ClickEventHandler" FullName="Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_ClickEventHandler">
<TypeSignature Language="C#" Value="public delegate void OlkInfoBarEvents_ClickEventHandler();" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed OlkInfoBarEvents_ClickEventHandler extends System.MulticastDelegate" />
<TypeSignature Language="DocId" Value="T:Microsoft.Office.Interop.Outlook.OlkInfoBarEvents_ClickEventHandler" />
<TypeSignature Language="VB.NET" Value="Public Delegate Sub OlkInfoBarEvents_ClickEventHandler()" />
<TypeSignature Language="C++ CLI" Value="public delegate void OlkInfoBarEvents_ClickEventHandler();" />
<AssemblyInfo>
<AssemblyName>Microsoft.Office.Interop.Outlook</AssemblyName>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.ComVisible(false)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Runtime.InteropServices.TypeLibType(16)</AttributeName>
</Attribute>
</Attributes>
<Parameters />
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Docs>
<summary>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.</summary>
<remarks>To be added.</remarks>
</Docs>
</Type>