Class AppointmentMovedEventArgs
Inheritance
System.Object
System.EventArgs
AppointmentMovedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class AppointmentMovedEventArgs : EventArgs
Constructors
AppointmentMovedEventArgs(DateTime, IEvent, EventId, SchedulerCellElement, SchedulerVisualElement)
Declaration
public AppointmentMovedEventArgs(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
Gest 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
|