_CommandBarsEvents_Event インターフェイス

定義

Microsoft Office CommandBars オブジェクト イベントのイベント インターフェイス。

public interface class _CommandBarsEvents_Event
[System.Runtime.InteropServices.ComVisible(false)]
public interface _CommandBarsEvents_Event
[<System.Runtime.InteropServices.ComVisible(false)>]
type _CommandBarsEvents_Event = interface
Public Interface _CommandBarsEvents_Event
派生
属性

メソッド

add_OnUpdate(_CommandBarsEvents_OnUpdateEventHandler)

Microsoft Office CommandBars オブジェクト イベントのイベント インターフェイス。

remove_OnUpdate(_CommandBarsEvents_OnUpdateEventHandler)

Microsoft Office CommandBars オブジェクト イベントのイベント インターフェイス。

イベント

OnUpdate

コマンド バーに何らかの変更が加えられると発生します。

適用対象