Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Handles the Change event.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
Sub Change ( _
Ctrl As CommandBarComboBox _
)
'Usage
Dim instance As ICommandBarComboBoxEvents
Dim Ctrl As CommandBarComboBox
instance.Change(Ctrl)
void Change(
CommandBarComboBox Ctrl
)
void Change(
[InAttribute] CommandBarComboBox^ Ctrl
)
abstract Change :
Ctrl:CommandBarComboBox -> unit
function Change(
Ctrl : CommandBarComboBox
)
Parameters
- Ctrl
Type: Microsoft.VisualStudio.CommandBars.CommandBarComboBox
The control 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.
See Also
Reference
ICommandBarComboBoxEvents Interface