_ButtonEventSink.OnClick method
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
Sub OnClick ( _
pEvent As DocActionEventObject _
)
'Usage
Dim instance As _ButtonEventSink
Dim pEvent As DocActionEventObject
instance.OnClick(pEvent)
void OnClick(
DocActionEventObject pEvent
)