_ButtonEventSink_OnClickEventHandler delegate
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub _ButtonEventSink_OnClickEventHandler ( _
pEvent As DocActionEventObject _
)
'Usage
Dim instance As New _ButtonEventSink_OnClickEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _ButtonEventSink_OnClickEventHandler(
DocActionEventObject pEvent
)