Events
The RadCalendar exposes three events that can be handled: SelectionChanged, DisplayDateChanged and DisplayModeChanged. The events are routed events but can also be handled like normal events:
The real power of the RoutedEvents lies in the fact that they can be handled by any parent in the visual tree of the element that raised them.
This can be very helpful when notification is needed from controls that are part of data templates and as such are nor easily accessible.
The following example shows how to sign up for the SelectionChanged event at a parent panel of the RadCalendar.