NavigationGroupsEvents_12_Event.SelectedChange Event
Occurs after the selection state is changed for a navigation folder contained in a Calendar navigation module.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event SelectedChange As NavigationGroupsEvents_12_SelectedChangeEventHandler
'Usage
Dim instance As NavigationGroupsEvents_12_Event
Dim handler As NavigationGroupsEvents_12_SelectedChangeEventHandler
AddHandler instance.SelectedChange, handler
event NavigationGroupsEvents_12_SelectedChangeEventHandler SelectedChange
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
Reference
NavigationGroupsEvents_12_Event Interface
NavigationGroupsEvents_12_Event Members
Microsoft.Office.Interop.Outlook Namespace
Microsoft.Office.Interop.Outlook.NavigationGroupsEvents_12_SelectedChangeEventHandler