AppEvents_Event.WindowResize Event
Occurs when any workbook window is resized.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Event WindowResize As AppEvents_WindowResizeEventHandler
'Usage
Dim instance As AppEvents_Event
Dim handler As AppEvents_WindowResizeEventHandler
AddHandler instance.WindowResize, handler
event AppEvents_WindowResizeEventHandler WindowResize