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

適用対象