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