-
Notifications
You must be signed in to change notification settings - Fork 20
/
ExplorerEvents_10_AttachmentSelectionChangeEventHandler.xml
30 lines (30 loc) · 1.79 KB
/
ExplorerEvents_10_AttachmentSelectionChangeEventHandler.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="ExplorerEvents_10_AttachmentSelectionChangeEventHandler" FullName="Microsoft.Office.Interop.Outlook.ExplorerEvents_10_AttachmentSelectionChangeEventHandler">
<TypeSignature Language="C#" Value="public delegate void ExplorerEvents_10_AttachmentSelectionChangeEventHandler();" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed ExplorerEvents_10_AttachmentSelectionChangeEventHandler extends System.MulticastDelegate" />
<TypeSignature Language="DocId" Value="T:Microsoft.Office.Interop.Outlook.ExplorerEvents_10_AttachmentSelectionChangeEventHandler" />
<TypeSignature Language="VB.NET" Value="Public Delegate Sub ExplorerEvents_10_AttachmentSelectionChangeEventHandler()" />
<TypeSignature Language="C++ CLI" Value="public delegate void ExplorerEvents_10_AttachmentSelectionChangeEventHandler();" />
<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>