ApplicationClass.ApplicationEvents3_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 ApplicationEvents3_WindowSelectionChangeEventHandler ApplicationEvents3_Event_WindowSelectionChange;
public void add_ApplicationEvents3_Event_WindowSelectionChange(ApplicationEvents3_WindowSelectionChangeEventHandler handler); public void remove_ApplicationEvents3_Event_WindowSelectionChange(ApplicationEvents3_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