Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As _IDispWizComboEvents_Event
Dim handler As _IDispWizComboEvents_KeyDownEventHandler
AddHandler instance.KeyDown, handler
event _IDispWizComboEvents_KeyDownEventHandler KeyDown
event _IDispWizComboEvents_KeyDownEventHandler^ KeyDown {
void add (_IDispWizComboEvents_KeyDownEventHandler^ value);
void remove (_IDispWizComboEvents_KeyDownEventHandler^ value);
}
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.
See Also
Reference
_IDispWizComboEvents_Event Interface