次の方法で共有


InfoPathEventHandlerAttribute.EventType プロパティ

定義

属性で列挙としてInfoPathEventType指定されたイベントの種類をInfoPathEventHandlerAttribute取得または設定します。

public:
 property Microsoft::Office::Interop::InfoPath::SemiTrust::InfoPathEventType EventType { Microsoft::Office::Interop::InfoPath::SemiTrust::InfoPathEventType get(); void set(Microsoft::Office::Interop::InfoPath::SemiTrust::InfoPathEventType value); };
public Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventType EventType { get; set; }
member this.EventType : Microsoft.Office.Interop.InfoPath.SemiTrust.InfoPathEventType with get, set
Public Property EventType As InfoPathEventType

プロパティ値

注釈

重要: イベント ハンドラーの InfoPathEventHandler 属性の仕様でエラーが発生しないようにするには、InfoPath ユーザー インターフェイス コマンドのみを使用して、イベント ハンドラー コードのスタブを追加する必要があります。 詳細については、「How to: Add an Event Handler Using the InfoPath 2003 Object Model」を参照してください。

適用対象