_CommandBarComboBoxEvents_SinkHelper.Change Method
Infrastructure. Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
Public Overridable Sub Change ( _
A_1 As CommandBarComboBox _
)
public virtual void Change(
CommandBarComboBox A_1
)
public:
virtual void Change(
CommandBarComboBox^ A_1
)
abstract Change :
A_1:CommandBarComboBox -> unit
override Change :
A_1:CommandBarComboBox -> unit
public function Change(
A_1 : CommandBarComboBox
)
Parameters
A_1
Type: Microsoft.VisualStudio.CommandBars.CommandBarComboBoxInfrastructure. Microsoft Internal Use Only.
Implements
_CommandBarComboBoxEvents.Change(CommandBarComboBox)
.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.