ClassBreadcrumbItemClickEventArgs
Class
The class that describes the event arguments of the OnClick event of the Breadcrumb.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class BreadcrumbItemClickEventArgs
Inheritance: objectBreadcrumbItemClickEventArgs
Constructors
BreadcrumbItemClickEventArgs(object)
Declaration
cs-api-definition
public BreadcrumbItemClickEventArgs(object item)
Parameters
item
Properties
IsCancelled
Defines whether the event is canceled and the built-in action prevented.