OlkContactPhotoEvents_Event.KeyDown Event
Occurs when a user presses a key.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event KeyDown As OlkContactPhotoEvents_KeyDownEventHandler
'Usage
Dim instance As OlkContactPhotoEvents_Event
Dim handler As OlkContactPhotoEvents_KeyDownEventHandler
AddHandler instance.KeyDown, handler
event OlkContactPhotoEvents_KeyDownEventHandler KeyDown
Remarks
The state of the modifier keys (SHIFT, CTRL, or ALT) that are pressed during the KeyDown event is accessible through the Shift parameter.
See Also
Reference
OlkContactPhotoEvents_Event Interface
OlkContactPhotoEvents_Event Members
Microsoft.Office.Interop.Outlook Namespace
Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_KeyDownEventHandler