_CommandBarsEvents_OnUpdateEventHandler Delegate

A Delegate type used to add an event handler for the OnUpdate event. The OnUpdate event occurs when any change is made to a command bar.

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

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub _CommandBarsEvents_OnUpdateEventHandler
'Usage
Dim instance As New _CommandBarsEvents_OnUpdateEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _CommandBarsEvents_OnUpdateEventHandler()

See Also

Reference

Microsoft.Office.Core Namespace