SchedulerAppointmentMouseEventArgs<TItem> Class

Supplies information about a AppointmentMouseEnter or AppointmentMouseLeave event that is being raised.

Inheritance

Object

SchedulerAppointmentMouseEventArgs<TItem>

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class SchedulerAppointmentMouseEventArgs<TItem>

Type Parameters

Name Description
TItemThe type of the data item.

Constructors

SchedulerAppointmentMouseEventArgs<TItem>link

Supplies information about a AppointmentMouseEnter or AppointmentMouseLeave event that is being raised.

Declaration
public SchedulerAppointmentMouseEventArgs<TItem>()

Properties

ClientXlink

The horizontal position (X) of the mouse pointer in viewport coordinates.

Declaration
public double ClientX { get; set; }
Property Value
Type Description
doubleThe horizontal position (X) of the mouse pointer in viewport coordinates.

ClientYlink

The vertical position (Y) of the mouse pointer in viewport coordinates.

Declaration
public double ClientY { get; set; }
Property Value
Type Description
doubleThe vertical position (Y) of the mouse pointer in viewport coordinates.

Datalink

The data item for which the appointment is created.

Declaration
public TItem Data { get; set; }
Property Value
Type Description
TItemThe data item for which the appointment is created.

Elementlink

A reference to the DOM element of the appointment that triggered the event.

Declaration
public ElementReference Element { get; set; }
Property Value
Type Description
ElementReferenceA reference to the DOM element of the appointment that triggered the event.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙