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)

public:
event _IDispWizComboEvents_ChangeEventHandler^ Change {
	virtual void add(_IDispWizComboEvents_ChangeEventHandler^ value);
	virtual void remove(_IDispWizComboEvents_ChangeEventHandler^ value);
}
Return to top
Show: