OlkDateControlEvents_Event.KeyUp Event

Definition

Occurs when the user releases a key.

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