The class that describes the event arguments of the OnClick event of the Breadcrumb.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class BreadcrumbItemClickEventArgs
Inheritance: objectBreadcrumbItemClickEventArgs
Constructors
Properties
Defines whether the event is canceled and the built-in action prevented.
C#
public bool IsCancelled { get; set; }