WizComboClass.remove_Change Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

声明
Public Overridable Sub remove_Change ( _
    A_1 As _IDispWizComboEvents_ChangeEventHandler _
)
用法
Dim instance As WizComboClass
Dim A_1 As _IDispWizComboEvents_ChangeEventHandler

instance.remove_Change(A_1)
public virtual void remove_Change(
    _IDispWizComboEvents_ChangeEventHandler A_1
)
public:
virtual void remove_Change(
    _IDispWizComboEvents_ChangeEventHandler^ A_1
)
public function remove_Change(
    A_1 : _IDispWizComboEvents_ChangeEventHandler
)

Parameters

Implements

_IDispWizComboEvents_Event.remove_Change(_IDispWizComboEvents_ChangeEventHandler)

Permissions

See Also

Reference

WizComboClass Class

WizComboClass Members

Microsoft.VisualStudio.VsWizard Namespace