OlkDateControlEvents_Event.KeyPress Event

Definition

Occurs when the user presses an ANSI key.

public:
 event Microsoft::Office::Interop::Outlook::OlkDateControlEvents_KeyPressEventHandler ^ KeyPress;
event Microsoft.Office.Interop.Outlook.OlkDateControlEvents_KeyPressEventHandler KeyPress;
Event KeyPress As OlkDateControlEvents_KeyPressEventHandler 

Event Type

Remarks

An ANSI key is one that produces a typeable character when the user presses it. The KeyPress event occurs when the user presses an ANSI key on a running form while the form or a control on it has the focus. The event can occur either before or after the key is released.

A KeyPress event does not occur under the following conditions:

Applies to