Class
AppointmentMovingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class AppointmentMovingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsAppointmentMovingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

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

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

Gets 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