_XDocumentEventSink2_OnSubmitRequestEventHandler 委派
此成員僅限內部使用,不得從您的程式碼內直接使用。
**命名空間:**Microsoft.Office.Interop.InfoPath
**組件:**Microsoft.Office.Interop.InfoPath (於 microsoft.office.interop.infopath.dll 中)
語法
'宣告
<TypeLibTypeAttribute(16)> _
<ComVisibleAttribute(False)> _
Public Delegate Sub _XDocumentEventSink2_OnSubmitRequestEventHandler ( _
<InAttribute> pEvent As DocReturnEvent _
)
'用途
Dim instance As New _XDocumentEventSink2_OnSubmitRequestEventHandler(AddressOf HandlerMethod)
[TypeLibTypeAttribute(16)]
[ComVisibleAttribute(false)]
public delegate void _XDocumentEventSink2_OnSubmitRequestEventHandler (
[InAttribute] DocReturnEvent pEvent
)
參數
- pEvent