ExplorerEvents_10_Event.SelectionChange Event

Definition

Occurs when the user switches to a different item in a folder using the user interface (UI) or programmatically.

public:
 event Microsoft::Office::Interop::Outlook::ExplorerEvents_10_SelectionChangeEventHandler ^ SelectionChange;
event Microsoft.Office.Interop.Outlook.ExplorerEvents_10_SelectionChangeEventHandler SelectionChange;
Event SelectionChange As ExplorerEvents_10_SelectionChangeEventHandler 

Event Type

Remarks

This event also occurs when the user, either programmatically or using the user interface, clicks or switches to a different folder that contains items as Outlook automatically selects the first item in that folder. However, this event does not occur if the folder is a file-system folder or if any folder with a current Web view is displayed.

Applies to