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
声明
Event Change As _IDispWizComboEvents_ChangeEventHandler
用法
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.
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
Reference
_IDispWizComboEvents_Event Interface