_ButtonEventSink_Event 接口

定义

Microsoft InfoPath 表单模板中的 Button 控件用于实现 OnClick 事件的事件处理程序,不能直接在代码中使用。

public interface class _ButtonEventSink_Event
[System.Runtime.InteropServices.ComVisible(false)]
public interface _ButtonEventSink_Event
type _ButtonEventSink_Event = interface
Public Interface _ButtonEventSink_Event
属性

事件

OnClick

在 Microsoft InfoPath 窗体的视图中单击按钮控件时发生。

适用于