NavigationGroups.SelectedChange Event

Outlook Developer Reference

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

Version Information
 Version Added:  Outlook 2007

Syntax

expression.SelectedChange(NavigationFolder)

expression   A variable that represents a NavigationGroups object.

Parameters

Name Required/Optional Data Type Description
NavigationFolder Required NavigationFolder The selected navigation folder.

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.

See Also