CommandBarsClass.OnUpdate Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.