_CommandBarButtonEvents_Event インターフェイス

定義

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

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

メソッド

add_Click(_CommandBarButtonEvents_ClickEventHandler)

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

remove_Click(_CommandBarButtonEvents_ClickEventHandler)

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

イベント

Click

ユーザーがオブジェクトをクリック CommandBarButton したときに発生します。

適用対象