Supplies information about a AppointmentMove event that is being raised.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class SchedulerAppointmentMoveEventArgsSupplies information about a AppointmentMove event that is being raised.
public SchedulerAppointmentMoveEventArgs()Gets or sets the appointment data.
public AppointmentData Appointment { get; set; }
| Type | Description |
|---|---|
| AppointmentData | Gets or sets the appointment data. |
Gets or sets the date of the slot where the appointment is moved.
public DateTime SlotDate { get; set; }
| Type | Description |
|---|---|
| DateTime | Gets or sets the date of the slot where the appointment is moved. |
Gets or sets the time span which represents the difference between slot start and appointment start.
public TimeSpan TimeSpan { get; set; }
| Type | Description |
|---|---|
| TimeSpan | Gets or sets the time span which represents the difference between slot start and appointment start. |