OlkContactPhotoEvents_Event.KeyUp Event

Definition

Occurs when the user releases a key.

public:
 event Microsoft::Office::Interop::Outlook::OlkContactPhotoEvents_KeyUpEventHandler ^ KeyUp;
event Microsoft.Office.Interop.Outlook.OlkContactPhotoEvents_KeyUpEventHandler KeyUp;
Event KeyUp As OlkContactPhotoEvents_KeyUpEventHandler 

Event Type

Remarks

The state of the modifier keys (SHIFT, CTRL, or ALT) that are pressed during the KeyUp event is accessible through the Shift parameter.

Applies to