WorkbookEvents_WindowResizeEventHandler Delegate
A Delegate type used to add an event handler for the WindowResize event. The 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
<ComVisibleAttribute(False)> _
Public Delegate Sub WorkbookEvents_WindowResizeEventHandler ( _
Wn As Window _
)
'Usage
Dim instance As New WorkbookEvents_WindowResizeEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void WorkbookEvents_WindowResizeEventHandler(
Window Wn
)
Parameters
Wn
Type: Microsoft.Office.Interop.Excel.WindowThe resized window.