Class
AppointmentMovedEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class AppointmentMovedEventArgs : EventArgs

Inheritance: objectEventArgsAppointmentMovedEventArgs

Inherited Members EventArgs.Empty

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

DateTime

appointment

IEvent

resourceId

EventId

cell

SchedulerCellElement

newOwner

SchedulerVisualElement

Properties

Appointment

Gets the moved appointment.

Declaration

cs-api-definition
public IEvent Appointment { get; }

Property Value

IEvent

Cell

Gets the cell that is hovered by the mouse pointer.

Declaration

cs-api-definition
public SchedulerCellElement Cell { get; }

Property Value

SchedulerCellElement

NewDate

Gest the new date.

Declaration

cs-api-definition
public DateTime NewDate { get; }

Property Value

DateTime

NewOwner

Gets the container that owns the dragged feedback element.

Declaration

cs-api-definition
public SchedulerVisualElement NewOwner { get; }

Property Value

SchedulerVisualElement

NewResourceId

Gets the id of the target resource.

Declaration

cs-api-definition
public EventId NewResourceId { get; }

Property Value

EventId