ExplorerEvents_10_Event.BeforeSize Event

Occurs when the user sizes the current Explorer.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Event BeforeSize As ExplorerEvents_10_BeforeSizeEventHandler
'Usage
Dim instance As ExplorerEvents_10_Event
Dim handler As ExplorerEvents_10_BeforeSizeEventHandler

AddHandler instance.BeforeSize, handler
event ExplorerEvents_10_BeforeSizeEventHandler BeforeSize

Remarks

This event can be cancelled after it has started. If the event is cancelled, the window is not sized.

See Also

Reference

ExplorerEvents_10_Event Interface

ExplorerEvents_10_Event Members

Microsoft.Office.Interop.Outlook Namespace

Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeSizeEventHandler