_CommandBarsEvents_Event Interface

Définition

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être directement utilisée à partir de votre 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)>]
[<System.Runtime.InteropServices.TypeLibType(16)>]
type _CommandBarsEvents_Event = interface
Public Interface _CommandBarsEvents_Event
Dérivé
Attributs

Méthodes

add_OnUpdate(_CommandBarsEvents_OnUpdateEventHandler)
remove_OnUpdate(_CommandBarsEvents_OnUpdateEventHandler)

Événements

OnUpdate

Déclenché lorsqu'un objet CommandBars est mis à jour. Cet événement est déconseillé.

S’applique à