Document::WindowSize Event
Occurs when the document window is resized or moved.
Assembly: Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
The following code example creates a handler for the WindowSize event. The event handler displays in the window caption the number of times that the window has been resized. This example is for an application-level add-in.
Show: