This documentation is archived and is not being maintained.
WorkbookEvents_WindowDeactivateEventHandler Delegate
Office 2003
A Delegate type used to add an event handler for the WindowDeactivate event. The WindowDeactivate event occurs when any workbook window is deactivated.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)
'Declaration Public Delegate Sub WorkbookEvents_WindowDeactivateEventHandler( _ <InAttribute()> ByVal Wn As Window _ )
public delegate void WorkbookEvents_WindowDeactivateEventHandler( /*in*/Window Wn );
In JScript, you can use the delegates in the .NET Framework, but you cannot define your own.
Parameters
- Wn
The deactivated window.
Show: