_XDocumentEventSink2_OnAfterImportEventHandler デリゲート
このメンバは、内部の使用に予約されています。コードから直接使用するためのものではありません。
名前空間: Microsoft.Office.Interop.InfoPath
アセンブリ: Microsoft.Office.Interop.InfoPath (microsoft.office.interop.infopath.dll 内)
構文
'宣言
<TypeLibTypeAttribute(16)> _
<ComVisibleAttribute(False)> _
Public Delegate Sub _XDocumentEventSink2_OnAfterImportEventHandler ( _
<InAttribute> pEvent As DocEvent _
)
'使用
Dim instance As New _XDocumentEventSink2_OnAfterImportEventHandler(AddressOf HandlerMethod)
[TypeLibTypeAttribute(16)]
[ComVisibleAttribute(false)]
public delegate void _XDocumentEventSink2_OnAfterImportEventHandler (
[InAttribute] DocEvent pEvent
)
パラメータ
- pEvent