_CommandBarsEvents_OnUpdateEventHandler Delegate

Definition

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.

public delegate void _CommandBarsEvents_OnUpdateEventHandler();
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void _CommandBarsEvents_OnUpdateEventHandler();
[<System.Runtime.InteropServices.ComVisible(false)>]
type _CommandBarsEvents_OnUpdateEventHandler = delegate of unit -> unit
Public Delegate Sub _CommandBarsEvents_OnUpdateEventHandler()
Attributes

Applies to