_ApplicationEvents_Event.remove_XDocumentChange method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
Sub remove_XDocumentChange ( _
param0 As _ApplicationEvents_XDocumentChangeEventHandler _
)
'Usage
Dim instance As _ApplicationEvents_Event
Dim param0 As _ApplicationEvents_XDocumentChangeEventHandler
instance.remove_XDocumentChange(param0)
void remove_XDocumentChange(
_ApplicationEvents_XDocumentChangeEventHandler param0
)
Parameters
See also
Reference
_ApplicationEvents_Event interface