Udostępnij za pośrednictwem


_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
'Usage
Dim instance As _IDispWizComboEvents_Event 
Dim handler As _IDispWizComboEvents_ChangeEventHandler 

AddHandler instance.Change, handler
event _IDispWizComboEvents_ChangeEventHandler Change
event _IDispWizComboEvents_ChangeEventHandler^ Change {
    void add (_IDispWizComboEvents_ChangeEventHandler^ value);
    void remove (_IDispWizComboEvents_ChangeEventHandler^ value);
}
JScript does not support events.

.NET Framework Security

See Also

Reference

_IDispWizComboEvents_Event Interface

_IDispWizComboEvents_Event Members

Microsoft.VisualStudio.VsWizard Namespace