New to Telerik UI for BlazorStart a free 30-day trial

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

C#
public BreadcrumbItemClickEventArgs(object item)
Parameters:itemobject

Properties

Defines whether the event is canceled and the built-in action prevented.

C#
public bool IsCancelled { get; set; }

Defines the item that has been affected. You can cast it to the model type to which you bind the Breadcrumb.

C#
public object Item { get; protected set; }