Compartir a través de


_CommandBarComboBoxEvents_ChangeEventHandler Delegate

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

Syntax

'Declaración
<ComVisibleAttribute(False)> _
Public Delegate Sub _CommandBarComboBoxEvents_ChangeEventHandler ( _
    Ctrl As CommandBarComboBox _
)
'Uso
Dim instance As New _CommandBarComboBoxEvents_ChangeEventHandler(AddressOf HandlerMethod)
[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

See Also

Reference

Microsoft.VisualStudio.CommandBars Namespace