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

Definition

Namespace:Telerik.Blazor.Components.Scheduler

Assembly:Telerik.Blazor.dll

Syntax:

C#
public abstract class SchedulerItemEventArgs

Inheritance: objectSchedulerItemEventArgs

Derived Classes: SchedulerItemClickEventArgsSchedulerItemContextMenuEventArgsSchedulerItemDoubleClickEventArgs

Properties

Defines the arguments of the event. You can cast it to the specific argument type and check if the click comes from mouse, keyboard or other.

C#
public EventArgs EventArgs { get; set; }

The underlying item that the element is bound to.

C#
public object Item { get; set; }

Defines whether the component should re-render.

C#
public bool ShouldRender { get; set; }
In this article
DefinitionPropertiesEventArgsItemShouldRender
Not finding the help you need?
Contact Support