OlkCommandButtonEvents_Event.KeyUp Event

Definition

Occurs when the user releases a key.

public:
 event Microsoft::Office::Interop::Outlook::OlkCommandButtonEvents_KeyUpEventHandler ^ KeyUp;
event Microsoft.Office.Interop.Outlook.OlkCommandButtonEvents_KeyUpEventHandler KeyUp;
Event KeyUp As OlkCommandButtonEvents_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