_IDispWizComboEvents_Event.KeyDown Event
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Indicates that the specified key is pressed.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
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 does not support events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.