_ApplicationEvents_XDocumentBeforeSaveEventHandler - Délégué

Réservé à une utilisation interne.

Espace de noms :  Microsoft.Office.Interop.InfoPath
Assembly :  Microsoft.Office.Interop.InfoPath (dans Microsoft.Office.Interop.InfoPath.dll)

Syntaxe

'Déclaration
<ComVisibleAttribute(False)> _
Public Delegate Sub _ApplicationEvents_XDocumentBeforeSaveEventHandler ( _
    pDocument As _XDocument, _
    <OutAttribute> ByRef pfCancel As Boolean _
)
'Utilisation
Dim instance As New _ApplicationEvents_XDocumentBeforeSaveEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _ApplicationEvents_XDocumentBeforeSaveEventHandler(
    _XDocument pDocument,
    out bool pfCancel
)

Paramètres

Voir aussi

Référence

Microsoft.Office.Interop.InfoPath - Espace de noms