_ButtonEventSink_Event Interface

Definition

A Button control in a Microsoft InfoPath form template is used to implement an event handler for the OnClick event, and cannot be used directly in code.

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

Events

OnClick

Occurs when a Button control is clicked within a view in a Microsoft InfoPath form.

Applies to