Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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
Reference
Microsoft.VisualStudio.VsWizard Namespace