Share via


_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)

Usage

Sub Sub1()
End Sub
Dim _CommandBarsEvents_OnUpdateEventHandler1 As New _CommandBarsEvents_OnUpdateEventHandler(AddressOf Sub1)

Syntax

Public Delegate Sub _CommandBarsEvents_OnUpdateEventHandler()
public delegate void _CommandBarsEvents_OnUpdateEventHandler();
public delegate Void _CommandBarsEvents_OnUpdateEventHandler();
public delegate void _CommandBarsEvents_OnUpdateEventHandler();
In JScript, you can use the delegates in the .NET Framework, but you cannot define your own.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace