Class
SchedulerItemEventArgs

Definition

Namespace:Telerik.Blazor.Components.Scheduler

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public abstract class SchedulerItemEventArgs

Inheritance: objectSchedulerItemEventArgs

Derived Classes: SchedulerItemClickEventArgsSchedulerItemContextMenuEventArgsSchedulerItemDoubleClickEventArgs

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.

Declaration

cs-api-definition
public EventArgs EventArgs { get; set; }

Property Value

EventArgs

Item

The underlying item that the element is bound to.

Declaration

cs-api-definition
public object Item { get; set; }

Property Value

object

ShouldRender

Defines whether the component should re-render.

Declaration

cs-api-definition
public bool ShouldRender { get; set; }

Property Value

bool

In this article
DefinitionPropertiesEventArgsItemShouldRender
Not finding the help you need?
Contact Support