WizComboClass.KeyDown Event
Indicates that the specified key is pressed.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Public Overridable Event KeyDown As _IDispWizComboEvents_KeyDownEventHandler
public virtual event _IDispWizComboEvents_KeyDownEventHandler KeyDown
public:
virtual event _IDispWizComboEvents_KeyDownEventHandler^ KeyDown {
void add (_IDispWizComboEvents_KeyDownEventHandler^ value);
void remove (_IDispWizComboEvents_KeyDownEventHandler^ value);
}
abstract KeyDown : IEvent<_IDispWizComboEvents_KeyDownEventHandler,
EventArgs>
override KeyDown : IEvent<_IDispWizComboEvents_KeyDownEventHandler,
EventArgs>
JScript does not support events.
Implements
_IDispWizComboEvents_Event.KeyDown
.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.
See Also
Reference
Microsoft.VisualStudio.VsWizard Namespace