_IDispWizComboEvents_Event::Change Event

 

This API supports the product infrastructure and is not intended to be used directly from your code.

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)

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