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.
Adds the change event handler.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
Public Overridable Sub add_Change ( _
A_1 As _CommandBarComboBoxEvents_ChangeEventHandler _
)
public virtual void add_Change(
_CommandBarComboBoxEvents_ChangeEventHandler A_1
)
public:
virtual void add_Change(
_CommandBarComboBoxEvents_ChangeEventHandler^ A_1
)
abstract add_Change :
A_1:_CommandBarComboBoxEvents_ChangeEventHandler -> unit
override add_Change :
A_1:_CommandBarComboBoxEvents_ChangeEventHandler -> unit
public function add_Change(
A_1 : _CommandBarComboBoxEvents_ChangeEventHandler
)
Parameters
A_1
Type: Microsoft.VisualStudio.CommandBars._CommandBarComboBoxEvents_ChangeEventHandlerThe event handler.
Implements
_CommandBarComboBoxEvents_Event.add_Change(_CommandBarComboBoxEvents_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.