OlkCommandButtonEvents_Event.KeyUp Evento

Definición

Se produce cuando el usuario suelta una tecla.

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

Tipo de evento

Comentarios

El estado de las teclas modificadoras (MAYÚS, CTRL o ALT) que se presionan durante el evento KeyUp es accesible a través del Shift parámetro .

Se aplica a