_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 フォームのビュー内で Button コントロールがクリックされたときに発生します。

適用対象