_CommandBarComboBoxEvents_Event Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
public interface class _CommandBarComboBoxEvents_Event
public interface class _CommandBarComboBoxEvents_Event
__interface _CommandBarComboBoxEvents_Event
[System.Runtime.InteropServices.ComEventInterface(typeof(Microsoft.VisualStudio.CommandBars._CommandBarComboBoxEvents), typeof(Microsoft.VisualStudio.CommandBars._CommandBarComboBoxEvents_EventProvider))]
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.TypeLibType(16)]
public interface _CommandBarComboBoxEvents_Event
[System.Runtime.InteropServices.ComEventInterface(typeof(Microsoft.VisualStudio.CommandBars._CommandBarComboBoxEvents), typeof(Microsoft.VisualStudio.CommandBars._CommandBarComboBoxEvents_EventProvider))]
[System.Runtime.InteropServices.ComVisible(false)]
public interface _CommandBarComboBoxEvents_Event
[<System.Runtime.InteropServices.ComEventInterface(typeof(Microsoft.VisualStudio.CommandBars._CommandBarComboBoxEvents), typeof(Microsoft.VisualStudio.CommandBars._CommandBarComboBoxEvents_EventProvider))>]
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Runtime.InteropServices.TypeLibType(16)>]
type _CommandBarComboBoxEvents_Event = interface
[<System.Runtime.InteropServices.ComEventInterface(typeof(Microsoft.VisualStudio.CommandBars._CommandBarComboBoxEvents), typeof(Microsoft.VisualStudio.CommandBars._CommandBarComboBoxEvents_EventProvider))>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type _CommandBarComboBoxEvents_Event = interface
Public Interface _CommandBarComboBoxEvents_Event
- Derived
- Attributes
Methods
add_Change(_CommandBarComboBoxEvents_ChangeEventHandler) | |
remove_Change(_CommandBarComboBoxEvents_ChangeEventHandler) |
Events
Change |
The Change event. |