ClassAppointmentMovingEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
cs-api-definition
public class AppointmentMovingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsAppointmentMovingEventArgs
Inherited Members
Constructors
AppointmentMovingEventArgs(DateTime, IEvent, EventId, SchedulerCellElement, SchedulerVisualElement)
Declaration
cs-api-definition
public AppointmentMovingEventArgs(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
Gets 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.