_ButtonEventSink_Event.remove_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 remove_OnClick ( _
param0 As _ButtonEventSink_OnClickEventHandler _
)
'Usage
Dim instance As _ButtonEventSink_Event
Dim param0 As _ButtonEventSink_OnClickEventHandler
instance.remove_OnClick(param0)
void remove_OnClick(
_ButtonEventSink_OnClickEventHandler param0
)
Parameters
See also
Reference
_ButtonEventSink_Event interface