_IDispWizComboEvents_Event::KeyDown Event

 

This API supports the product 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)

event _IDispWizComboEvents_KeyDownEventHandler^ KeyDown {
	void add(_IDispWizComboEvents_KeyDownEventHandler^ value);
	void remove(_IDispWizComboEvents_KeyDownEventHandler^ value);
}
Return to top
Show: