_CommandBarsEvents_OnUpdateEventHandler 委托

定义

用于为事件添加事件处理程序的OnUpdate委托类型。 对命令栏进行任何更改时,将发生 OnUpdate 事件。

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()
属性

适用于