_XDocumentEventSink2_SinkHelper.OnSign Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)
Syntax
'Declaration
Public Sub OnSign ( _
pEvent As SignEvent _
)
'Usage
Dim instance As _XDocumentEventSink2_SinkHelper
Dim pEvent As SignEvent
instance.OnSign(pEvent)
public void OnSign(
SignEvent pEvent
)
Parameters
Implements
_XDocumentEventSink2.OnSign(SignEvent)
See Also
Reference
_XDocumentEventSink2_SinkHelper Class