New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

C#
public class AppointmentMovedEventArgs : EventArgs

Inheritance: objectEventArgsAppointmentMovedEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public AppointmentMovedEventArgs(DateTime date, IEvent appointment, EventId resourceId, SchedulerCellElement cell, SchedulerVisualElement newOwner)
Parameters:dateDateTimeappointmentIEventresourceIdEventIdcellSchedulerCellElementnewOwnerSchedulerVisualElement

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; }

Gest the new date.

C#
public DateTime NewDate { 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; }