InspectorEvents_10_Event.BeforeSize Event

Occurs when the user sizes the current Inspector.

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

Syntax

'Declaration
Event BeforeSize As InspectorEvents_10_BeforeSizeEventHandler
'Usage
Dim instance As InspectorEvents_10_Event
Dim handler As InspectorEvents_10_BeforeSizeEventHandler

AddHandler instance.BeforeSize, handler
event InspectorEvents_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

InspectorEvents_10_Event Interface

InspectorEvents_10_Event Members

Microsoft.Office.Interop.Outlook Namespace

Microsoft.Office.Interop.Outlook.InspectorEvents_10_BeforeSizeEventHandler