-
Notifications
You must be signed in to change notification settings - Fork 19
/
OlkOptionButtonEvents_KeyPressEventHandler.xml
33 lines (33 loc) · 1.91 KB
/
OlkOptionButtonEvents_KeyPressEventHandler.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="OlkOptionButtonEvents_KeyPressEventHandler" FullName="Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_KeyPressEventHandler">
<TypeSignature Language="C#" Value="public delegate void OlkOptionButtonEvents_KeyPressEventHandler(ref int KeyAscii);" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed OlkOptionButtonEvents_KeyPressEventHandler extends System.MulticastDelegate" />
<TypeSignature Language="DocId" Value="T:Microsoft.Office.Interop.Outlook.OlkOptionButtonEvents_KeyPressEventHandler" />
<TypeSignature Language="VB.NET" Value="Public Delegate Sub OlkOptionButtonEvents_KeyPressEventHandler(ByRef KeyAscii As Integer)" />
<TypeSignature Language="C++ CLI" Value="public delegate void OlkOptionButtonEvents_KeyPressEventHandler(int % KeyAscii);" />
<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="KeyAscii" Type="System.Int32&" RefType="ref" />
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Docs>
<param name="KeyAscii">The numerical value of the key pressed.</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>