Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public class AppointmentMovedEventArgs : EventArgs
Inheritance: objectEventArgsAppointmentMovedEventArgs
Inherited Members
Constructors
C#
public AppointmentMovedEventArgs(DateTime date, IEvent appointment, EventId resourceId, SchedulerCellElement cell, SchedulerVisualElement newOwner)
Properties
Gets the moved appointment.
C#
public IEvent Appointment { get; }
Gets the cell that is hovered by the mouse pointer.
C#
public SchedulerCellElement Cell { get; }
Gets the container that owns the dragged feedback element.
C#
public SchedulerVisualElement NewOwner { get; }
Gets the id of the target resource.
C#
public EventId NewResourceId { get; }