Class SchedulerAppointmentMoveEventArgs
Supplies information about a Radzen.Blazor.Rendering.DropableViewBase.AppointmentMove event that is being raised.
Inheritance
System.Object
SchedulerAppointmentMoveEventArgs
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class SchedulerAppointmentMoveEventArgs : object
Properties
Appointment
Gets or sets the appointment data.
Declaration
public AppointmentData Appointment { get; set; }
Property Value
Type | Description |
---|---|
AppointmentData |
TimeSpan
Gets or sets the time span.
Declaration
public TimeSpan TimeSpan { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |