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