DocumentEvents2_Event.remove_XMLBeforeDelete Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub remove_XMLBeforeDelete ( _
param0 As DocumentEvents2_XMLBeforeDeleteEventHandler _
)
'Usage
Dim instance As DocumentEvents2_Event
Dim param0 As DocumentEvents2_XMLBeforeDeleteEventHandler
instance.remove_XMLBeforeDelete(param0)
void remove_XMLBeforeDelete(
DocumentEvents2_XMLBeforeDeleteEventHandler param0
)