Compartir a través de


_IDispWizComboEvents_Event.Change (Evento)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Indica que ha cambiado la selección en el cuadro combinado especificado del asistente.

Espacio de nombres:  Microsoft.VisualStudio.VsWizard
Ensamblado:  Microsoft.VisualStudio.VsWizard (en Microsoft.VisualStudio.VsWizard.dll)

Sintaxis

'Declaración
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 no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

_IDispWizComboEvents_Event Interfaz

Microsoft.VisualStudio.VsWizard (Espacio de nombres)