_CommandBarsEvents_Event Interface

Definition

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

public interface class _CommandBarsEvents_Event
public interface class _CommandBarsEvents_Event
__interface _CommandBarsEvents_Event
[System.Runtime.InteropServices.ComEventInterface(typeof(Microsoft.VisualStudio.CommandBars._CommandBarsEvents), typeof(Microsoft.VisualStudio.CommandBars._CommandBarsEvents_EventProvider))]
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.TypeLibType(16)]
public interface _CommandBarsEvents_Event
[System.Runtime.InteropServices.ComEventInterface(typeof(Microsoft.VisualStudio.CommandBars._CommandBarsEvents), typeof(Microsoft.VisualStudio.CommandBars._CommandBarsEvents_EventProvider))]
[System.Runtime.InteropServices.ComVisible(false)]
public interface _CommandBarsEvents_Event
[<System.Runtime.InteropServices.ComEventInterface(typeof(Microsoft.VisualStudio.CommandBars._CommandBarsEvents), typeof(Microsoft.VisualStudio.CommandBars._CommandBarsEvents_EventProvider))>]
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Runtime.InteropServices.TypeLibType(16)>]
type _CommandBarsEvents_Event = interface
[<System.Runtime.InteropServices.ComEventInterface(typeof(Microsoft.VisualStudio.CommandBars._CommandBarsEvents), typeof(Microsoft.VisualStudio.CommandBars._CommandBarsEvents_EventProvider))>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type _CommandBarsEvents_Event = interface
Public Interface _CommandBarsEvents_Event
Derived
Attributes

Methods

add_OnUpdate(_CommandBarsEvents_OnUpdateEventHandler)
remove_OnUpdate(_CommandBarsEvents_OnUpdateEventHandler)

Events

OnUpdate

Raised when a CommandBars object is updated. This event is deprecated.

Applies to