_IDispWizComboEvents_Event.KeyDown, événement
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Indique que la clé spécifiée est appuyée sur.
Espace de noms : Microsoft.VisualStudio.VsWizard
Assembly : Microsoft.VisualStudio.VsWizard (dans Microsoft.VisualStudio.VsWizard.dll)
Syntaxe
'Déclaration
Event KeyDown As _IDispWizComboEvents_KeyDownEventHandler
event _IDispWizComboEvents_KeyDownEventHandler KeyDown
event _IDispWizComboEvents_KeyDownEventHandler^ KeyDown {
void add (_IDispWizComboEvents_KeyDownEventHandler^ value);
void remove (_IDispWizComboEvents_KeyDownEventHandler^ value);
}
abstract KeyDown : IEvent<_IDispWizComboEvents_KeyDownEventHandler,
EventArgs>
JScript ne prend pas en charge les événements.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.