_IDispWizComboEvents_Event.Change Event
This API supports the .NET Framework 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)
Syntax
'Declaration
Event Change As _IDispWizComboEvents_ChangeEventHandler
event _IDispWizComboEvents_ChangeEventHandler Change
event _IDispWizComboEvents_ChangeEventHandler^ Change {
void add (_IDispWizComboEvents_ChangeEventHandler^ value);
void remove (_IDispWizComboEvents_ChangeEventHandler^ value);
}
abstract Change : IEvent<_IDispWizComboEvents_ChangeEventHandler,
EventArgs>
JScript does not support events.
.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.