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