_ButtonEventSink_Event 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 窗体的视图中单击按钮控件时发生。 |