共用方式為


_IInitEventHandler.InitEventHandler 方法

將表單載入裝載的 InfoPathEditor 物件時,處理初始化事件。

**命名空間:**Microsoft.Office.Interop.InfoPath
**組件:**Microsoft.Office.Interop.InfoPath (於 microsoft.office.interop.infopath.dll 中)

語法

'宣告
Sub InitEventHandler ( _
    <InAttribute> punkSender As Object, _
    <InAttribute> pDocument As _XDocument, _
    <OutAttribute> ByRef pROMode As XdReadOnlyViewMode _
)
'用途
Dim instance As _IInitEventHandler
Dim punkSender As Object
Dim pDocument As _XDocument
Dim pROMode As XdReadOnlyViewMode

instance.InitEventHandler(punkSender, pDocument, pROMode)
void InitEventHandler (
    [InAttribute] Object punkSender,
    [InAttribute] _XDocument pDocument,
    out XdReadOnlyViewMode pROMode
)

參數

  • punkSender
    事件來源的指標。
  • pDocument
    載入 InfoPathEditor 物件中的 _XDocument 物件的參考。

備註

InitEventHandler 方法會在所有輔助 DOM 都載入後、OnLoad 事件發生之前執行。

InfoPathEditor 物件裝載於自訂應用程式時,可以使用 InitEventHandler 方法。如需有關 InfoPathEditorFormControl 物件的詳細資訊,請參閱 MSDN 文章以自訂 Windows Form 應用程式裝載 InfoPath 2007 表單編輯環境 (英文)InfoPath 開發人員的新功能中的「以控制項形式裝載的 InfoPath 編輯器」一節。

請參閱

參考

_IInitEventHandler 介面
_IInitEventHandler 成員
Microsoft.Office.Interop.InfoPath 命名空間