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.
Infrastructure. Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub _CommandBarComboBoxEvents_ChangeEventHandler ( _
Ctrl As CommandBarComboBox _
)
[ComVisibleAttribute(false)]
public delegate void _CommandBarComboBoxEvents_ChangeEventHandler(
CommandBarComboBox Ctrl
)
[ComVisibleAttribute(false)]
public delegate void _CommandBarComboBoxEvents_ChangeEventHandler(
[InAttribute] CommandBarComboBox^ Ctrl
)
[<ComVisibleAttribute(false)>]
type _CommandBarComboBoxEvents_ChangeEventHandler =
delegate of
Ctrl:CommandBarComboBox -> unit
JScript does not support delegates.
Parameters
- Ctrl
Type: Microsoft.VisualStudio.CommandBars.CommandBarComboBox
Microsoft Internal Use Only.