WorkbookEvents_Event.WindowActivate EventĀ 

Occurs when any workbook window is activated.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

WithEvents workbookEvents_Event1 As WorkbookEvents_Event
Function workbookEvents_Event1_WindowActivate(Wn As Window) As Void
    Handles workbookEvents_Event1.WindowActivate
End Function

Syntax

Event WindowActivate As WorkbookEvents_WindowActivateEventHandler
event WorkbookEvents_WindowActivateEventHandler WindowActivate;
event WorkbookEvents_WindowActivateEventHandler^ WindowActivate;
 void add_WindowActivate(WorkbookEvents_WindowActivateEventHandler handler);
 void remove_WindowActivate(WorkbookEvents_WindowActivateEventHandler handler);
In JScript, you can handle the events defined by a class, but you cannot define your own.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

WorkbookEvents_Event Interface
Microsoft.Office.Interop.Excel Namespace

Other Resources

WorkbookEvents_Event Members