_CommandBarsEvents_Event.OnUpdate Event

Occurs when any change is made to a command bar.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Event OnUpdate As _CommandBarsEvents_OnUpdateEventHandler
'Usage
Dim instance As _CommandBarsEvents_Event
Dim handler As _CommandBarsEvents_OnUpdateEventHandler

AddHandler instance.OnUpdate, handler
event _CommandBarsEvents_OnUpdateEventHandler OnUpdate

Remarks

The OnUpdate event is recognized by the CommandBar object and all command bar controls. The event is triggered by any change to a command bar or command bar control or any change to the state of a command bar or command bar control. These changes can occur due to a text or cell selection, for example. Since a large number of OnUpdate events can occur during normal usage, developers should exercise caution when using this event. It is strongly recommended that this event be used primarily for checking that a custom command bar has been added or removed by a COMAddIn object.

See Also

Reference

_CommandBarsEvents_Event Interface

_CommandBarsEvents_Event Members

Microsoft.Office.Core Namespace