NavigationGroupsEvents_12_Event.SelectedChange Event

Definition

Occurs after the selection state is changed for a navigation folder contained in a Calendar navigation module.

public:
 event Microsoft::Office::Interop::Outlook::NavigationGroupsEvents_12_SelectedChangeEventHandler ^ SelectedChange;
event Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_SelectedChangeEventHandler SelectedChange;
Event SelectedChange As NavigationGroupsEvents_12_SelectedChangeEventHandler 

Event Type

Remarks

This event occurs when the selection state changes for a folder in the Calendar navigation module, either by a user checking or unchecking a folder in the Calendar navigation module of the Navigation Pane or by an add-in changing the value of the IsSelected property for a NavigationFolder object contained in the NavigationGroups collection of a CalendarModule object.

Applies to