Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub add_XMLBeforeDelete ( _
param0 As DocumentEvents2_XMLBeforeDeleteEventHandler _
)
'Usage
Dim instance As DocumentEvents2_Event
Dim param0 As DocumentEvents2_XMLBeforeDeleteEventHandler
instance.add_XMLBeforeDelete(param0)
void add_XMLBeforeDelete(
DocumentEvents2_XMLBeforeDeleteEventHandler param0
)