Events Overview
This topic covers the specific events exposed by the RadBreadcrumb control:
The Events is part of Telerik UI for WPF, a
professional grade UI library with 140+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
-
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.