_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 对象时发生。

适用于