ClassSchedulerItemEventArgs
Class
Definition
Namespace:Telerik.Blazor.Components.Scheduler
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public abstract class SchedulerItemEventArgs
Inheritance: objectSchedulerItemEventArgs
Derived Classes:
Properties
EventArgs
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.
Item
The underlying item that the element is bound to.
ShouldRender
Defines whether the component should re-render.