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 remove_Close ( _
param0 As DocumentEvents2_CloseEventHandler _
)
'Usage
Dim instance As DocumentEvents2_Event
Dim param0 As DocumentEvents2_CloseEventHandler
instance.remove_Close(param0)
void remove_Close(
DocumentEvents2_CloseEventHandler param0
)