_ButtonEventSink_Event.add_OnClick Method
This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
Sub add_OnClick ( _
param0 As _ButtonEventSink_OnClickEventHandler _
)
'Usage
Dim instance As _ButtonEventSink_Event
Dim param0 As _ButtonEventSink_OnClickEventHandler
instance.add_OnClick(param0)
void add_OnClick(
_ButtonEventSink_OnClickEventHandler param0
)
Parameters
See Also
Reference
_ButtonEventSink_Event Interface