_ApplicationEvents_SinkHelper.XDocumentBeforeClose method
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
Public Overridable Sub XDocumentBeforeClose ( _
param0 As _XDocument, _
ByRef param1 As Boolean _
)
'Usage
Dim instance As _ApplicationEvents_SinkHelper
Dim param0 As _XDocument
Dim param1 As Boolean
instance.XDocumentBeforeClose(param0, _
param1)
public virtual void XDocumentBeforeClose(
_XDocument param0,
ref bool param1
)
Parameters
- param0
Type: Microsoft.Office.Interop.InfoPath._XDocument
- param1
Type: System.Boolean
Implements
_ApplicationEvents.XDocumentBeforeClose(_XDocument, Boolean)
See also
Reference
_ApplicationEvents_SinkHelper class