Definition
Namespace:Telerik.Blazor.Components.Scheduler
Assembly:Telerik.Blazor.dll
Syntax:
C#
public abstract class SchedulerItemEventArgs
Inheritance: objectSchedulerItemEventArgs
Derived Classes:
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; }
Defines whether the component should re-render.
C#
public bool ShouldRender { get; set; }