DocumentEvents2_CloseEventHandler Delegate

A Delegate type used to add an event handler for the Close event. The Close event occurs when a document is closed.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub DocumentEvents2_CloseEventHandler
'Usage
Dim instance As New DocumentEvents2_CloseEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void DocumentEvents2_CloseEventHandler()

See Also

Reference

Microsoft.Office.Interop.Word Namespace