WizComboClass.KeyDown Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that the specified key is pressed.
public:
virtual event Microsoft::VisualStudio::VsWizard::_IDispWizComboEvents_KeyDownEventHandler ^ KeyDown;
public:
virtual event Microsoft::VisualStudio::VsWizard::_IDispWizComboEvents_KeyDownEventHandler ^ KeyDown;
public virtual event Microsoft.VisualStudio.VsWizard._IDispWizComboEvents_KeyDownEventHandler KeyDown;
member this.KeyDown : Microsoft.VisualStudio.VsWizard._IDispWizComboEvents_KeyDownEventHandler
Public Overridable Custom Event KeyDown As _IDispWizComboEvents_KeyDownEventHandler Implements KeyDown