Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when the Explorer is moved by the user.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event BeforeMove As ExplorerEvents_10_BeforeMoveEventHandler
'Usage
Dim instance As ExplorerEvents_10_Event
Dim handler As ExplorerEvents_10_BeforeMoveEventHandler
AddHandler instance.BeforeMove, handler
event ExplorerEvents_10_BeforeMoveEventHandler BeforeMove
Remarks
This event can be cancelled after it has started.
See Also
Reference
ExplorerEvents_10_Event Interface
ExplorerEvents_10_Event Members
Microsoft.Office.Interop.Outlook Namespace
Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeMoveEventHandler