-
Notifications
You must be signed in to change notification settings - Fork 20
/
ItemEvents_10_PropertyChangeEventHandler.xml
33 lines (33 loc) · 1.87 KB
/
ItemEvents_10_PropertyChangeEventHandler.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
31
32
33
<Type Name="ItemEvents_10_PropertyChangeEventHandler" FullName="Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler">
<TypeSignature Language="C#" Value="public delegate void ItemEvents_10_PropertyChangeEventHandler(string Name);" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed ItemEvents_10_PropertyChangeEventHandler extends System.MulticastDelegate" />
<TypeSignature Language="DocId" Value="T:Microsoft.Office.Interop.Outlook.ItemEvents_10_PropertyChangeEventHandler" />
<TypeSignature Language="VB.NET" Value="Public Delegate Sub ItemEvents_10_PropertyChangeEventHandler(Name As String)" />
<TypeSignature Language="C++ CLI" Value="public delegate void ItemEvents_10_PropertyChangeEventHandler(System::String ^ Name);" />
<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>
<Parameter Name="Name" Type="System.String" />
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Docs>
<param name="Name">The name of the property that was changed.</param>
<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>