Class SchedulerAppointmentMouseEventArgs<TItem>
Supplies information about a AppointmentMouseEnter or AppointmentMouseLeave event that is being raised.
public class SchedulerAppointmentMouseEventArgs<TItem>
Type Parameters
TItem
The type of the data item.
- Inheritance
-
SchedulerAppointmentMouseEventArgs<TItem>
- Inherited Members
Constructors
SchedulerAppointmentMouseEventArgs()
public SchedulerAppointmentMouseEventArgs()
Properties
Data
The data item for which the appointment is created.
public TItem Data { get; set; }
Property Value
- TItem
The data.
Element
A reference to the DOM element of the appointment that triggered the event.
public ElementReference Element { get; set; }