_ApplicationEvents_SinkHelper.XDocumentBeforeClose - Méthode
Espace de noms : Microsoft.Office.Interop.InfoPath
Assembly : Microsoft.Office.Interop.InfoPath (dans Microsoft.Office.Interop.InfoPath.dll)
Syntaxe
'Déclaration
Public Overridable Sub XDocumentBeforeClose ( _
param0 As _XDocument, _
ByRef param1 As Boolean _
)
'Utilisation
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
)
Paramètres
- param0
Type : Microsoft.Office.Interop.InfoPath._XDocument
- param1
Type : System.Boolean
Implémentations
_ApplicationEvents.XDocumentBeforeClose(_XDocument, Boolean)
Voir aussi
Référence
_ApplicationEvents_SinkHelper classe