_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
Public method add_Change Infrastructure. Microsoft Internal Use Only.
Public method add_KeyDown Infrastructure. Microsoft Internal Use Only.
Public method remove_Change Infrastructure. Microsoft Internal Use Only.
Public method remove_KeyDown Infrastructure. Microsoft Internal Use Only.

Top

Events

  Name Description
Public event Change Indicates that the selection in the specified wizard combo box has changed.
Public event KeyDown Indicates that the specified key is pressed.

Top

See Also

Reference

Microsoft.VisualStudio.VsWizard Namespace