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
声明
Public Overridable Event Change As _IDispWizComboEvents_ChangeEventHandler
用法
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
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Concepts
Visual C++ Extensibility Object Model