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 to this section

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

Declaration
public SchedulerAppointmentMouseEventArgs<TItem>()

Properties

AppointmentDataLink to this section

The appointment that triggered the event, including its resolved Start, End and Text.

Declaration
public AppointmentData AppointmentData { get; set; }
Property Value
Type Description
AppointmentDataThe appointment that triggered the event, including its resolved Start, End and Text.

ClientXLink to this section

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 to this section

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 to this section

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 to this section

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 🗙