CommandBarsClass.OnUpdate Event

Definition

Gets a CommandBars collection. Read-only.

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

Event Type

Implements

Examples

The following example return the CommandBars collection from the MsoEnvelope object in Microsoft Word.

Applies to