ApplicationEvents2_SinkHelper.m_DocumentBeforeSaveDelegate Field
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public m_DocumentBeforeSaveDelegate As ApplicationEvents2_DocumentBeforeSaveEventHandler
'Usage
Dim instance As ApplicationEvents2_SinkHelper
Dim value As ApplicationEvents2_DocumentBeforeSaveEventHandler
value = instance.m_DocumentBeforeSaveDelegate
instance.m_DocumentBeforeSaveDelegate = value
public ApplicationEvents2_DocumentBeforeSaveEventHandler m_DocumentBeforeSaveDelegate
See Also
Reference
ApplicationEvents2_SinkHelper Class