ApplicationClass.ApplicationEvents2_Event_WindowSelectionChange Event
Office 2003
This
event
supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Interop.WordAssembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)
public virtual event ApplicationEvents2_WindowSelectionChangeEventHandler ApplicationEvents2_Event_WindowSelectionChange;
public void add_ApplicationEvents2_Event_WindowSelectionChange(ApplicationEvents2_WindowSelectionChangeEventHandler handler); public void remove_ApplicationEvents2_Event_WindowSelectionChange(ApplicationEvents2_WindowSelectionChangeEventHandler handler);
In JScript, you can handle the events defined by a class, but you cannot define your own.
Reference
ApplicationClass ClassMicrosoft.Office.Interop.Word Namespace