_CommandBarsEvents_Event Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é. |