Share via


OlkContactPhotoEvents_Event.KeyUp Event

Occurs when the user releases a key.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Event KeyUp As OlkContactPhotoEvents_KeyUpEventHandler
'Usage
Dim instance As OlkContactPhotoEvents_Event
Dim handler As OlkContactPhotoEvents_KeyUpEventHandler

AddHandler instance.KeyUp, handler
event OlkContactPhotoEvents_KeyUpEventHandler KeyUp

Remarks

The state of the modifier keys (SHIFT, CTRL, or ALT) that are pressed during the KeyUp 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_KeyUpEventHandler