InfoPathEventHandlerAttribute.EventType プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
属性で列挙として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」を参照してください。