_CommandBarComboBoxEvents.Change Method
Infrastructure. Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
Sub Change ( _
Ctrl As CommandBarComboBox _
)
void Change(
CommandBarComboBox Ctrl
)
void Change(
[InAttribute] CommandBarComboBox^ Ctrl
)
abstract Change :
Ctrl:CommandBarComboBox -> unit
function Change(
Ctrl : CommandBarComboBox
)
Parameters
Ctrl
Type: Microsoft.VisualStudio.CommandBars.CommandBarComboBoxThe command bar combo box that was changed.
.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.