_IDispWizComboEvents_Event Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Interface _IDispWizComboEvents_Event
[ComVisibleAttribute(false)]
public interface _IDispWizComboEvents_Event
[ComVisibleAttribute(false)]
public interface class _IDispWizComboEvents_Event
[<ComVisibleAttribute(false)>]
type _IDispWizComboEvents_Event = interface end
public interface _IDispWizComboEvents_Event
The _IDispWizComboEvents_Event type exposes the following members.
Methods
Name | Description | |
---|---|---|
add_Change | Infrastructure. Microsoft Internal Use Only. | |
add_KeyDown | Infrastructure. Microsoft Internal Use Only. | |
remove_Change | Infrastructure. Microsoft Internal Use Only. | |
remove_KeyDown | Infrastructure. Microsoft Internal Use Only. |
Top
Events
Name | Description | |
---|---|---|
Change | Indicates that the selection in the specified wizard combo box has changed. | |
KeyDown | Indicates that the specified key is pressed. |
Top