CommandBarsClass.OnUpdate Événement

Définition

Obtient une collection CommandBars . En lecture seule.

public:
 virtual event Microsoft::Office::Core::_CommandBarsEvents_OnUpdateEventHandler ^ OnUpdate;
public virtual event Microsoft.Office.Core._CommandBarsEvents_OnUpdateEventHandler OnUpdate;
member this.OnUpdate : Microsoft.Office.Core._CommandBarsEvents_OnUpdateEventHandler 
Public Overridable Custom Event OnUpdate As _CommandBarsEvents_OnUpdateEventHandler Implements OnUpdate

Type d'événement

Implémente

Exemples

Cet exemple montre comment renvoyer la collection CommandBars de l'objet MsoEnvelope dans Microsoft Word.

S’applique à