AppointmentItemDragDropEventArgs Members
Provides data for the SchedulerControl.AppointmentDrag and SchedulerControl.AppointmentDrop events.Constructors
Name | Description |
---|---|
AppointmentItemDragDropEventArgs(IList<AppointmentDragResizeViewModel>, DateTimeRange, ResourceItem, Boolean, Boolean) | Initializes a new instance of the AppointmentItemDragDropEventArgs class with the specified settings. |
Fields
Name | Description |
---|---|
Empty static | Provides a value to use with events that do not have event data. Inherited from EventArgs. |
Properties
Name | Description |
---|---|
Allow | Specifies whether the appointment can be dragged or dropped along the time cells. |
CopyEffect | Indicates whether the appointment is copied when drag-and-dropping it to another location. |
HitInterval | Gets the datetime range represented by the time cell to which an appointment is dragged. |
HitResource | Indicates the resource to which an appointment is dragged. |
IsExternalDragDrop | Indicates whether the appointment is dragged-and-dropped from the external component. |
ViewModels | Provides access to the list of View Models for dragged appointments. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also