WorkbookEvents_SinkHelper.m_WindowDeactivateDelegate Field
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public m_WindowDeactivateDelegate As WorkbookEvents_WindowDeactivateEventHandler
'Usage
Dim instance As WorkbookEvents_SinkHelper
Dim value As WorkbookEvents_WindowDeactivateEventHandler
value = instance.m_WindowDeactivateDelegate
instance.m_WindowDeactivateDelegate = value
public WorkbookEvents_WindowDeactivateEventHandler m_WindowDeactivateDelegate
See Also
Reference
WorkbookEvents_SinkHelper Class