Class AppointmentMovingEventArgs
Inheritance
System.Object
AppointmentMovingEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class AppointmentMovingEventArgs : CancelEventArgs
Constructors
AppointmentMovingEventArgs(DateTime, IEvent, EventId, SchedulerCellElement, SchedulerVisualElement)
Declaration
public AppointmentMovingEventArgs(DateTime date, IEvent appointment, EventId resourceId, SchedulerCellElement cell, SchedulerVisualElement newOwner)
Parameters
System.DateTime
date
|
IEvent
appointment
|
EventId
resourceId
|
SchedulerCellElement
cell
|
SchedulerVisualElement
newOwner
|
Properties
Appointment
Cell
Gets the cell that is hovered by the mouse pointer.
Declaration
public SchedulerCellElement Cell { get; }
Property Value
SchedulerCellElement
|
NewDate
Gets the new date.
Declaration
public DateTime NewDate { get; }
Property Value
System.DateTime
|
NewOwner
Gets the container that owns the dragged feedback element.
Declaration
public SchedulerVisualElement NewOwner { get; }
Property Value
SchedulerVisualElement
|
NewResourceId
Gets the id of the target resource.
Declaration
public EventId NewResourceId { get; }
Property Value
EventId
|