_CommandBarComboBoxEvents_ChangeEventHandler Delegate
Infrastructure. Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'宣言
<ComVisibleAttribute(False)> _
Public Delegate Sub _CommandBarComboBoxEvents_ChangeEventHandler ( _
Ctrl As CommandBarComboBox _
)
[ComVisibleAttribute(false)]
public delegate void _CommandBarComboBoxEvents_ChangeEventHandler(
CommandBarComboBox Ctrl
)
Parameters
- Ctrl
Type: Microsoft.VisualStudio.CommandBars.CommandBarComboBox
Microsoft Internal Use Only.