_CommandBarsEvents_Event Interface
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.
Events interface for Microsoft Office CommandBars object events.
public interface class _CommandBarsEvents_Event
[System.Runtime.InteropServices.ComVisible(false)]
public interface _CommandBarsEvents_Event
[<System.Runtime.InteropServices.ComVisible(false)>]
type _CommandBarsEvents_Event = interface
Public Interface _CommandBarsEvents_Event
- Derived
- Attributes
Methods
add_OnUpdate(_CommandBarsEvents_OnUpdateEventHandler) | |
remove_OnUpdate(_CommandBarsEvents_OnUpdateEventHandler) |
Events
OnUpdate |
Occurs when any change is made to a command bar. |