Events Overview
This topic covers the specific events exposed by the RadBreadcrumb control:
-
CurrentItemChanged: Occurs after the value of the CurrentItem__property of a breadcrumb is changed. The __CurrentItemChanged event receives two arguments:
The sender argument contains the RadBreadcrumb. This argument is of type object, but can be cast to the RadBreadcrumb type.
A RadRoutedEventArgs object.