Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Overridable Sub add_Change ( _
A_1 As _IDispWizComboEvents_ChangeEventHandler _
)
public virtual void add_Change(
_IDispWizComboEvents_ChangeEventHandler A_1
)
public:
virtual void add_Change(
_IDispWizComboEvents_ChangeEventHandler^ A_1
)
abstract add_Change :
A_1:_IDispWizComboEvents_ChangeEventHandler -> unit
override add_Change :
A_1:_IDispWizComboEvents_ChangeEventHandler -> unit
public function add_Change(
A_1 : _IDispWizComboEvents_ChangeEventHandler
)
Parameters
Implements
_IDispWizComboEvents_Event.add_Change(_IDispWizComboEvents_ChangeEventHandler)
.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.