Share via


WizComboClass.Change Event

Indicates that the selection in the specified wizard combo box has changed.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

'Declaration
Public Overridable Event Change As _IDispWizComboEvents_ChangeEventHandler
'Usage
Dim instance As WizComboClass 
Dim handler As _IDispWizComboEvents_ChangeEventHandler 

AddHandler instance.Change, handler
public virtual event _IDispWizComboEvents_ChangeEventHandler Change
public:
virtual   event _IDispWizComboEvents_ChangeEventHandler^ Change {
    void add (_IDispWizComboEvents_ChangeEventHandler^ value);
    void remove (_IDispWizComboEvents_ChangeEventHandler^ value);
}
JScript does not support events.

Implements

_IDispWizComboEvents_Event.Change

.NET Framework Security

See Also

Reference

WizComboClass Class

WizComboClass Members

Microsoft.VisualStudio.VsWizard Namespace

Other Resources

Designing a Wizard

Visual C++ Extensibility Object Model